Shades of Granny Apple #B9F2CB
Tints of Granny Apple #B9F2CB
RGB
CMYK
RGB Variations
Color information
#B9F2CB (or 0xB9F2CB) is known color: Granny Apple. HEX triplet: B9, F2 and CB. RGB value is (185,242,203). Sum of RGB (Red+Green+Blue) = 185+242+203=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F2CB is #460D34. Grayscale: #DCDCDC. Windows color (decimal): -4590901 or 13365945. OLE color: 13365945.
HSL color Cylindrical-coordinate representation of color #B9F2CB: hue angle of 138.95º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F2CB is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 203 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.05 |
| HSL | 138.95º | 0.69% | 0.84% | - |
| HSV(B) | 138.95º | 0.24% | 0.95% | - |
| XYZ | 62.54 | 78.13 | 68.28 | - |
| YUV | 220.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 203 | 0.24 | 0 | 0.16 | 0.05 | 138.95 | 0.69 | 0.84 |
| Hex | B9 | F2 | CB | 18 | 0 | 10 | 5 | 8B | 45 | 54 |
| Octal | 271 | 362 | 313 | 30 | 0 | 20 | 5 | 213 | 105 | 124 |
| Binary | 10111001 | 11110010 | 11001011 | 11000 | 0 | 10000 | 101 | 10001011 | 1000101 | 1010100 |
Color Harmonies of #B9F2CB
Complementary color
Monochromatic Colors of #B9F2CB
Black with #B9F2CB
Text Example
Text Example
White with #B9F2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F2CB; }
p { color: rgb(185,242,203); }
H1.HeaderClassName
{
color: #B9F2CB;
}
.AnyTagClassName
{
color: #B9F2CB;
}
</style>
background-color css
<style>
a { background-color: #B9F2CB; }
a { background-color: rgb(185,242,203); }
div.DivClassName
{
background-color: #B9F2CB;
}
.BgClassName
{
background-color: #B9F2CB;
}
</style>
border-color css
<style>
span { border-color: #B9F2CB; }
span { border-color: rgb(185,242,203); }
td.TdClassName
{
border-color: #B9F2CB;
}
.TagClassName
{
border-color: #B9F2CB;
}
</style>