Shades of Granny Apple #BBFCCC
Tints of Granny Apple #BBFCCC
RGB
CMYK
RGB Variations
Color information
#BBFCCC (or 0xBBFCCC) is known color: Granny Apple. HEX triplet: BB, FC and CC. RGB value is (187,252,204). Sum of RGB (Red+Green+Blue) = 187+252+204=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCCC is #440333. Grayscale: #E3E3E3. Windows color (decimal): -4457268 or 13434043. OLE color: 13434043.
HSL color Cylindrical-coordinate representation of color #BBFCCC: hue angle of 135.69º 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 #BBFCCC is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 204 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.01 |
| HSL | 135.69º | 0.92% | 0.86% | - |
| HSV(B) | 135.69º | 0.26% | 0.99% | - |
| XYZ | 66.2 | 84.55 | 69.96 | - |
| YUV | 227.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 204 | 0.26 | 0 | 0.19 | 0.01 | 135.69 | 0.92 | 0.86 |
| Hex | BB | FC | CC | 1A | 0 | 13 | 1 | 88 | 5C | 56 |
| Octal | 273 | 374 | 314 | 32 | 0 | 23 | 1 | 210 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11001100 | 11010 | 0 | 10011 | 1 | 10001000 | 1011100 | 1010110 |
Color Harmonies of #BBFCCC
Complementary color
Monochromatic Colors of #BBFCCC
Black with #BBFCCC
Text Example
Text Example
White with #BBFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCCC; }
p { color: rgb(187,252,204); }
H1.HeaderClassName
{
color: #BBFCCC;
}
.AnyTagClassName
{
color: #BBFCCC;
}
</style>
background-color css
<style>
a { background-color: #BBFCCC; }
a { background-color: rgb(187,252,204); }
div.DivClassName
{
background-color: #BBFCCC;
}
.BgClassName
{
background-color: #BBFCCC;
}
</style>
border-color css
<style>
span { border-color: #BBFCCC; }
span { border-color: rgb(187,252,204); }
td.TdClassName
{
border-color: #BBFCCC;
}
.TagClassName
{
border-color: #BBFCCC;
}
</style>