Shades of Granny Apple #B9EEC4
Tints of Granny Apple #B9EEC4
RGB
CMYK
RGB Variations
Color information
#B9EEC4 (or 0xB9EEC4) is known color: Granny Apple. HEX triplet: B9, EE and C4. RGB value is (185,238,196). Sum of RGB (Red+Green+Blue) = 185+238+196=619 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.89% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EEC4 is #46113B. Grayscale: #D9D9D9. Windows color (decimal): -4591932 or 12906169. OLE color: 12906169.
HSL color Cylindrical-coordinate representation of color #B9EEC4: hue angle of 132.45º 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 #B9EEC4 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 185 | 238 | 196 | - |
CMYK | 0.22 | 0 | 0.18 | 0.07 |
HSL | 132.45º | 0.61% | 0.83% | - |
HSV(B) | 132.45º | 0.22% | 0.93% | - |
XYZ | 60.55 | 75.45 | 63.6 | - |
YUV | 217.37 | 115.94 | 104.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 238 | 196 | 0.22 | 0 | 0.18 | 0.07 | 132.45 | 0.61 | 0.83 |
Hex | B9 | EE | C4 | 16 | 0 | 12 | 7 | 84 | 3D | 53 |
Octal | 271 | 356 | 304 | 26 | 0 | 22 | 7 | 204 | 75 | 123 |
Binary | 10111001 | 11101110 | 11000100 | 10110 | 0 | 10010 | 111 | 10000100 | 111101 | 1010011 |
Color Harmonies of #B9EEC4
Complementary color
Monochromatic Colors of #B9EEC4
Black with #B9EEC4
Text Example
Text Example
White with #B9EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EEC4; }
p { color: rgb(185,238,196); }
H1.HeaderClassName
{
color: #B9EEC4;
}
.AnyTagClassName
{
color: #B9EEC4;
}
</style>
background-color css
<style>
a { background-color: #B9EEC4; }
a { background-color: rgb(185,238,196); }
div.DivClassName
{
background-color: #B9EEC4;
}
.BgClassName
{
background-color: #B9EEC4;
}
</style>
border-color css
<style>
span { border-color: #B9EEC4; }
span { border-color: rgb(185,238,196); }
td.TdClassName
{
border-color: #B9EEC4;
}
.TagClassName
{
border-color: #B9EEC4;
}
</style>