Shades of Granny Apple #BBF0CC
Tints of Granny Apple #BBF0CC
RGB
CMYK
RGB Variations
Color information
#BBF0CC (or 0xBBF0CC) is known color: Granny Apple. HEX triplet: BB, F0 and CC. RGB value is (187,240,204). Sum of RGB (Red+Green+Blue) = 187+240+204=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0CC is #440F33. Grayscale: #DCDCDC. Windows color (decimal): -4460340 or 13430971. OLE color: 13430971.
HSL color Cylindrical-coordinate representation of color #BBF0CC: hue angle of 139.25º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0CC is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 204 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.06 |
| HSL | 139.25º | 0.64% | 0.84% | - |
| HSV(B) | 139.25º | 0.22% | 0.94% | - |
| XYZ | 62.55 | 77.24 | 68.74 | - |
| YUV | 220.05 | 118.94 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 204 | 0.22 | 0 | 0.15 | 0.06 | 139.25 | 0.64 | 0.84 |
| Hex | BB | F0 | CC | 16 | 0 | F | 6 | 8B | 40 | 54 |
| Octal | 273 | 360 | 314 | 26 | 0 | 17 | 6 | 213 | 100 | 124 |
| Binary | 10111011 | 11110000 | 11001100 | 10110 | 0 | 1111 | 110 | 10001011 | 1000000 | 1010100 |
Color Harmonies of #BBF0CC
Complementary color
Monochromatic Colors of #BBF0CC
Black with #BBF0CC
Text Example
Text Example
White with #BBF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0CC; }
p { color: rgb(187,240,204); }
H1.HeaderClassName
{
color: #BBF0CC;
}
.AnyTagClassName
{
color: #BBF0CC;
}
</style>
background-color css
<style>
a { background-color: #BBF0CC; }
a { background-color: rgb(187,240,204); }
div.DivClassName
{
background-color: #BBF0CC;
}
.BgClassName
{
background-color: #BBF0CC;
}
</style>
border-color css
<style>
span { border-color: #BBF0CC; }
span { border-color: rgb(187,240,204); }
td.TdClassName
{
border-color: #BBF0CC;
}
.TagClassName
{
border-color: #BBF0CC;
}
</style>