#BBFAF2

Color #BBFAF2 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #BBFAF2

Tints of Pale Turquoise #BBFAF2

Color information

#BBFAF2 (or 0xBBFAF2) is unknown color: approx Pale Turquoise. HEX triplet: BB, FA and F2. RGB value is (187,250,242). Sum of RGB (Red+Green+Blue) = 187+250+242=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAF2 is #44050D. Grayscale: #E6E6E6. Windows color (decimal): -4457742 or 15923899. OLE color: 15923899.

HSL color Cylindrical-coordinate representation of color #BBFAF2: hue angle of 172.38º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFAF2 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB187250242-
CMYK0.2500.030.02
HSL172.38º86.3%85.69%-
HSV(B)172.38º25.2%98.04%-
XYZ70.7185.3596.75-
YUV230.25134.6397.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 27.54%
GREEN value IS 250 (98.05% from 255) = 36.82%
BLUE value IS 242 (94.92% from 255) = 35.64%
R=27.54%
G=36.82%
B=35.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872502420.2500.030.02172.3886.385.69
HexBBFAF219032ac5656
Octal27337236231032254126126
Binary10111011111110101111001011001011101010110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAF2; }

 p { color: rgb(187,250,242); }

 H1.HeaderClassName
 {
   color: #BBFAF2;
 }
 .AnyTagClassName
 {
   color: #BBFAF2;
 }
</style>
background-color css

<style>
 a { background-color: #BBFAF2; }

 a { background-color: rgb(187,250,242); }

 div.DivClassName
 {
   background-color: #BBFAF2;
 }
 .BgClassName
 {
   background-color: #BBFAF2;
 }
</style>
border-color css

<style>
 span { border-color: #BBFAF2; }

 span { border-color: rgb(187,250,242); }

 td.TdClassName
 {
   border-color: #BBFAF2;
 }
 .TagClassName
 {
   border-color: #BBFAF2;
 }
</style>