Shades of Granny Apple #BBFACD
Tints of Granny Apple #BBFACD
RGB
CMYK
RGB Variations
Color information
#BBFACD (or 0xBBFACD) is known color: Granny Apple. HEX triplet: BB, FA and CD. RGB value is (187,250,205). Sum of RGB (Red+Green+Blue) = 187+250+205=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFACD is #440532. Grayscale: #E2E2E2. Windows color (decimal): -4457779 or 13499067. OLE color: 13499067.
HSL color Cylindrical-coordinate representation of color #BBFACD: hue angle of 137.14º degrees, saturation: 0.86, 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 #BBFACD is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 205 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.02 |
| HSL | 137.14º | 0.86% | 0.86% | - |
| HSV(B) | 137.14º | 0.25% | 0.98% | - |
| XYZ | 65.7 | 83.34 | 70.38 | - |
| YUV | 226.03 | 116.13 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 205 | 0.25 | 0 | 0.18 | 0.02 | 137.14 | 0.86 | 0.86 |
| Hex | BB | FA | CD | 19 | 0 | 12 | 2 | 89 | 56 | 56 |
| Octal | 273 | 372 | 315 | 31 | 0 | 22 | 2 | 211 | 126 | 126 |
| Binary | 10111011 | 11111010 | 11001101 | 11001 | 0 | 10010 | 10 | 10001001 | 1010110 | 1010110 |
Color Harmonies of #BBFACD
Complementary color
Monochromatic Colors of #BBFACD
Black with #BBFACD
Text Example
Text Example
White with #BBFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFACD; }
p { color: rgb(187,250,205); }
H1.HeaderClassName
{
color: #BBFACD;
}
.AnyTagClassName
{
color: #BBFACD;
}
</style>
background-color css
<style>
a { background-color: #BBFACD; }
a { background-color: rgb(187,250,205); }
div.DivClassName
{
background-color: #BBFACD;
}
.BgClassName
{
background-color: #BBFACD;
}
</style>
border-color css
<style>
span { border-color: #BBFACD; }
span { border-color: rgb(187,250,205); }
td.TdClassName
{
border-color: #BBFACD;
}
.TagClassName
{
border-color: #BBFACD;
}
</style>