Shades of Granny Apple #BBFDD0
Tints of Granny Apple #BBFDD0
RGB
CMYK
RGB Variations
Color information
#BBFDD0 (or 0xBBFDD0) is known color: Granny Apple. HEX triplet: BB, FD and D0. RGB value is (187,253,208). Sum of RGB (Red+Green+Blue) = 187+253+208=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDD0 is #44022F. Grayscale: #E4E4E4. Windows color (decimal): -4457008 or 13696443. OLE color: 13696443.
HSL color Cylindrical-coordinate representation of color #BBFDD0: hue angle of 139.09º degrees, saturation: 0.94, 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 #BBFDD0 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 208 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.01 |
| HSL | 139.09º | 0.94% | 0.86% | - |
| HSV(B) | 139.09º | 0.26% | 0.99% | - |
| XYZ | 67 | 85.37 | 72.62 | - |
| YUV | 228.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 208 | 0.26 | 0 | 0.18 | 0.01 | 139.09 | 0.94 | 0.86 |
| Hex | BB | FD | D0 | 1A | 0 | 12 | 1 | 8B | 5E | 56 |
| Octal | 273 | 375 | 320 | 32 | 0 | 22 | 1 | 213 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11010000 | 11010 | 0 | 10010 | 1 | 10001011 | 1011110 | 1010110 |
Color Harmonies of #BBFDD0
Complementary color
Monochromatic Colors of #BBFDD0
Black with #BBFDD0
Text Example
Text Example
White with #BBFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDD0; }
p { color: rgb(187,253,208); }
H1.HeaderClassName
{
color: #BBFDD0;
}
.AnyTagClassName
{
color: #BBFDD0;
}
</style>
background-color css
<style>
a { background-color: #BBFDD0; }
a { background-color: rgb(187,253,208); }
div.DivClassName
{
background-color: #BBFDD0;
}
.BgClassName
{
background-color: #BBFDD0;
}
</style>
border-color css
<style>
span { border-color: #BBFDD0; }
span { border-color: rgb(187,253,208); }
td.TdClassName
{
border-color: #BBFDD0;
}
.TagClassName
{
border-color: #BBFDD0;
}
</style>