#BBFCCE

Color #BBFCCE Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #BBFCCE

Tints of Granny Apple #BBFCCE

Color information

#BBFCCE (or 0xBBFCCE) is unknown color: approx Granny Apple. HEX triplet: BB, FC and CE. RGB value is (187,252,206). Sum of RGB (Red+Green+Blue) = 187+252+206=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCCE is #440331. Grayscale: #E3E3E3. Windows color (decimal): -4457266 or 13565115. OLE color: 13565115.

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

Color convert

RGB187252206-
CMYK0.2600.180.01
HSL137.54º91.55%86.08%-
HSV(B)137.54º25.79%98.82%-
XYZ66.4484.6471.23-
YUV227.32115.9799.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.99%
GREEN value IS 252 (98.83% from 255) = 39.07%
BLUE value IS 206 (80.86% from 255) = 31.94%
R=28.99%
G=39.07%
B=31.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872522060.2600.180.01137.5491.5586.08
HexBBFCCE1A01218a5c56
Octal273374316320221212134126
Binary1011101111111100110011101101001001011000101010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCCE; }

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

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

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

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

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

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

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

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