Shades of Granny Apple #BBFBCD
Tints of Granny Apple #BBFBCD
RGB
CMYK
RGB Variations
Color information
#BBFBCD (or 0xBBFBCD) is known color: Granny Apple. HEX triplet: BB, FB and CD. RGB value is (187,251,205). Sum of RGB (Red+Green+Blue) = 187+251+205=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBCD is #440432. Grayscale: #E2E2E2. Windows color (decimal): -4457523 or 13499323. OLE color: 13499323.
HSL color Cylindrical-coordinate representation of color #BBFBCD: hue angle of 136.88º 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 #BBFBCD is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 187 | 251 | 205 | - |
CMYK | 0.25 | 0 | 0.18 | 0.02 |
HSL | 136.88º | 0.89% | 0.86% | - |
HSV(B) | 136.88º | 0.25% | 0.98% | - |
XYZ | 66.01 | 83.97 | 70.49 | - |
YUV | 226.62 | 115.8 | 99.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 251 | 205 | 0.25 | 0 | 0.18 | 0.02 | 136.88 | 0.89 | 0.86 |
Hex | BB | FB | CD | 19 | 0 | 12 | 2 | 89 | 59 | 56 |
Octal | 273 | 373 | 315 | 31 | 0 | 22 | 2 | 211 | 131 | 126 |
Binary | 10111011 | 11111011 | 11001101 | 11001 | 0 | 10010 | 10 | 10001001 | 1011001 | 1010110 |
Color Harmonies of #BBFBCD
Complementary color
Monochromatic Colors of #BBFBCD
Black with #BBFBCD
Text Example
Text Example
White with #BBFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBCD; }
p { color: rgb(187,251,205); }
H1.HeaderClassName
{
color: #BBFBCD;
}
.AnyTagClassName
{
color: #BBFBCD;
}
</style>
background-color css
<style>
a { background-color: #BBFBCD; }
a { background-color: rgb(187,251,205); }
div.DivClassName
{
background-color: #BBFBCD;
}
.BgClassName
{
background-color: #BBFBCD;
}
</style>
border-color css
<style>
span { border-color: #BBFBCD; }
span { border-color: rgb(187,251,205); }
td.TdClassName
{
border-color: #BBFBCD;
}
.TagClassName
{
border-color: #BBFBCD;
}
</style>