Shades of Granny Apple #B9EECC
Tints of Granny Apple #B9EECC
RGB
CMYK
RGB Variations
Color information
#B9EECC (or 0xB9EECC) is known color: Granny Apple. HEX triplet: B9, EE and CC. RGB value is (185,238,204). Sum of RGB (Red+Green+Blue) = 185+238+204=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EECC is #461133. Grayscale: #DADADA. Windows color (decimal): -4591924 or 13430457. OLE color: 13430457.
HSL color Cylindrical-coordinate representation of color #B9EECC: hue angle of 141.51º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9EECC is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 185 | 238 | 204 | - |
CMYK | 0.22 | 0 | 0.14 | 0.07 |
HSL | 141.51º | 0.61% | 0.83% | - |
HSV(B) | 141.51º | 0.22% | 0.93% | - |
XYZ | 61.48 | 75.82 | 68.52 | - |
YUV | 218.28 | 119.94 | 104.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 238 | 204 | 0.22 | 0 | 0.14 | 0.07 | 141.51 | 0.61 | 0.83 |
Hex | B9 | EE | CC | 16 | 0 | E | 7 | 8E | 3D | 53 |
Octal | 271 | 356 | 314 | 26 | 0 | 16 | 7 | 216 | 75 | 123 |
Binary | 10111001 | 11101110 | 11001100 | 10110 | 0 | 1110 | 111 | 10001110 | 111101 | 1010011 |
Color Harmonies of #B9EECC
Complementary color
Monochromatic Colors of #B9EECC
Black with #B9EECC
Text Example
Text Example
White with #B9EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EECC; }
p { color: rgb(185,238,204); }
H1.HeaderClassName
{
color: #B9EECC;
}
.AnyTagClassName
{
color: #B9EECC;
}
</style>
background-color css
<style>
a { background-color: #B9EECC; }
a { background-color: rgb(185,238,204); }
div.DivClassName
{
background-color: #B9EECC;
}
.BgClassName
{
background-color: #B9EECC;
}
</style>
border-color css
<style>
span { border-color: #B9EECC; }
span { border-color: rgb(185,238,204); }
td.TdClassName
{
border-color: #B9EECC;
}
.TagClassName
{
border-color: #B9EECC;
}
</style>