#BBFCF9

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

Shades of Pale Turquoise #BBFCF9

Tints of Pale Turquoise #BBFCF9

Color information

#BBFCF9 (or 0xBBFCF9) is unknown color: approx Pale Turquoise. HEX triplet: BB, FC and F9. RGB value is (187,252,249). Sum of RGB (Red+Green+Blue) = 187+252+249=688 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.18% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFCF9 is #440306. Grayscale: #E8E8E8. Windows color (decimal): -4457223 or 16383163. OLE color: 16383163.

HSL color Cylindrical-coordinate representation of color #BBFCF9: hue angle of 177.23º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFCF9 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB187252249-
CMYK0.2600.010.01
HSL177.23º91.55%86.08%-
HSV(B)177.23º25.79%98.82%-
XYZ72.487.03102.6-
YUV232.22137.4795.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.18%
GREEN value IS 252 (98.83% from 255) = 36.63%
BLUE value IS 249 (97.66% from 255) = 36.19%
R=27.18%
G=36.63%
B=36.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872522490.2600.010.01177.2391.5586.08
HexBBFCF91A011b15c56
Octal27337437132011261134126
Binary101110111111110011111001110100111011000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCF9; }

 p { color: rgb(187,252,249); }

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

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

 a { background-color: rgb(187,252,249); }

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

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

 span { border-color: rgb(187,252,249); }

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