Shades of Granny Apple #BEE9CB
Tints of Granny Apple #BEE9CB
RGB
CMYK
RGB Variations
Color information
#BEE9CB (or 0xBEE9CB) is known color: Granny Apple. HEX triplet: BE, E9 and CB. RGB value is (190,233,203). Sum of RGB (Red+Green+Blue) = 190+233+203=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9CB is #411634. Grayscale: #D8D8D8. Windows color (decimal): -4265525 or 13363646. OLE color: 13363646.
HSL color Cylindrical-coordinate representation of color #BEE9CB: hue angle of 138.14º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE9CB is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 203 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.09 |
| HSL | 138.14º | 0.49% | 0.83% | - |
| HSV(B) | 138.14º | 0.18% | 0.91% | - |
| XYZ | 61.15 | 73.54 | 67.47 | - |
| YUV | 216.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 203 | 0.18 | 0 | 0.13 | 0.09 | 138.14 | 0.49 | 0.83 |
| Hex | BE | E9 | CB | 12 | 0 | D | 9 | 8A | 31 | 53 |
| Octal | 276 | 351 | 313 | 22 | 0 | 15 | 11 | 212 | 61 | 123 |
| Binary | 10111110 | 11101001 | 11001011 | 10010 | 0 | 1101 | 1001 | 10001010 | 110001 | 1010011 |
Color Harmonies of #BEE9CB
Complementary color
Monochromatic Colors of #BEE9CB
Black with #BEE9CB
Text Example
Text Example
White with #BEE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE9CB; }
p { color: rgb(190,233,203); }
H1.HeaderClassName
{
color: #BEE9CB;
}
.AnyTagClassName
{
color: #BEE9CB;
}
</style>
background-color css
<style>
a { background-color: #BEE9CB; }
a { background-color: rgb(190,233,203); }
div.DivClassName
{
background-color: #BEE9CB;
}
.BgClassName
{
background-color: #BEE9CB;
}
</style>
border-color css
<style>
span { border-color: #BEE9CB; }
span { border-color: rgb(190,233,203); }
td.TdClassName
{
border-color: #BEE9CB;
}
.TagClassName
{
border-color: #BEE9CB;
}
</style>