#BBFBCC

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

Shades of Granny Apple #BBFBCC

Tints of Granny Apple #BBFBCC

Color information

#BBFBCC (or 0xBBFBCC) is unknown color: approx Granny Apple. HEX triplet: BB, FB and CC. RGB value is (187,251,204). Sum of RGB (Red+Green+Blue) = 187+251+204=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBCC is #440433. Grayscale: #E2E2E2. Windows color (decimal): -4457524 or 13433787. OLE color: 13433787.

HSL color Cylindrical-coordinate representation of color #BBFBCC: hue angle of 135.94º degrees, saturation: 0.89, 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 #BBFBCC is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB187251204-
CMYK0.2500.190.02
HSL135.94º88.89%85.88%-
HSV(B)135.94º25.5%98.43%-
XYZ65.8983.9269.85-
YUV226.51115.399.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.13%
GREEN value IS 251 (98.44% from 255) = 39.10%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=29.13%
G=39.10%
B=31.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872512040.2500.190.02135.9488.8985.88
HexBBFBCC190132885956
Octal273373314310232210131126
Binary10111011111110111100110011001010011101000100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBCC; }

 p { color: rgb(187,251,204); }

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

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

 a { background-color: rgb(187,251,204); }

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

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

 span { border-color: rgb(187,251,204); }

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