#BBFCF6

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

Shades of Pale Turquoise #BBFCF6

Tints of Pale Turquoise #BBFCF6

Color information

#BBFCF6 (or 0xBBFCF6) is unknown color: approx Pale Turquoise. HEX triplet: BB, FC and F6. RGB value is (187,252,246). Sum of RGB (Red+Green+Blue) = 187+252+246=685 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.30% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFCF6 is #440309. Grayscale: #E7E7E7. Windows color (decimal): -4457226 or 16186555. OLE color: 16186555.

HSL color Cylindrical-coordinate representation of color #BBFCF6: hue angle of 174.46º 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 #BBFCF6 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB187252246-
CMYK0.2600.020.01
HSL174.46º91.55%86.08%-
HSV(B)174.46º25.79%98.82%-
XYZ71.9486.84100.16-
YUV231.88135.9795.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.30%
GREEN value IS 252 (98.83% from 255) = 36.79%
BLUE value IS 246 (96.48% from 255) = 35.91%
R=27.30%
G=36.79%
B=35.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872522460.2600.020.01174.4691.5586.08
HexBBFCF61A021ae5c56
Octal27337436632021256134126
Binary1011101111111100111101101101001011010111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCF6; }

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

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

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

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

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

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

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

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