Shades of Granny Apple #BBFCCD
Tints of Granny Apple #BBFCCD
RGB
CMYK
RGB Variations
Color information
#BBFCCD (or 0xBBFCCD) is known color: Granny Apple. HEX triplet: BB, FC and CD. RGB value is (187,252,205). Sum of RGB (Red+Green+Blue) = 187+252+205=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCCD is #440332. Grayscale: #E3E3E3. Windows color (decimal): -4457267 or 13499579. OLE color: 13499579.
HSL color Cylindrical-coordinate representation of color #BBFCCD: hue angle of 136.62º 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 #BBFCCD is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 205 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.01 |
| HSL | 136.62º | 0.92% | 0.86% | - |
| HSV(B) | 136.62º | 0.26% | 0.99% | - |
| XYZ | 66.32 | 84.59 | 70.59 | - |
| YUV | 227.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 205 | 0.26 | 0 | 0.19 | 0.01 | 136.62 | 0.92 | 0.86 |
| Hex | BB | FC | CD | 1A | 0 | 13 | 1 | 89 | 5C | 56 |
| Octal | 273 | 374 | 315 | 32 | 0 | 23 | 1 | 211 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11001101 | 11010 | 0 | 10011 | 1 | 10001001 | 1011100 | 1010110 |
Color Harmonies of #BBFCCD
Complementary color
Monochromatic Colors of #BBFCCD
Black with #BBFCCD
Text Example
Text Example
White with #BBFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCCD; }
p { color: rgb(187,252,205); }
H1.HeaderClassName
{
color: #BBFCCD;
}
.AnyTagClassName
{
color: #BBFCCD;
}
</style>
background-color css
<style>
a { background-color: #BBFCCD; }
a { background-color: rgb(187,252,205); }
div.DivClassName
{
background-color: #BBFCCD;
}
.BgClassName
{
background-color: #BBFCCD;
}
</style>
border-color css
<style>
span { border-color: #BBFCCD; }
span { border-color: rgb(187,252,205); }
td.TdClassName
{
border-color: #BBFCCD;
}
.TagClassName
{
border-color: #BBFCCD;
}
</style>