Shades of Granny Apple #BEE7CB
Tints of Granny Apple #BEE7CB
RGB
CMYK
RGB Variations
Color information
#BEE7CB (or 0xBEE7CB) is known color: Granny Apple. HEX triplet: BE, E7 and CB. RGB value is (190,231,203). Sum of RGB (Red+Green+Blue) = 190+231+203=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE7CB is #411834. Grayscale: #D7D7D7. Windows color (decimal): -4266037 or 13363134. OLE color: 13363134.
HSL color Cylindrical-coordinate representation of color #BEE7CB: hue angle of 139.02º degrees, saturation: 0.46, 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 #BEE7CB is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 203 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.09 |
| HSL | 139.02º | 0.46% | 0.83% | - |
| HSV(B) | 139.02º | 0.18% | 0.91% | - |
| XYZ | 60.59 | 72.41 | 67.28 | - |
| YUV | 215.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 203 | 0.18 | 0 | 0.12 | 0.09 | 139.02 | 0.46 | 0.83 |
| Hex | BE | E7 | CB | 12 | 0 | C | 9 | 8B | 2E | 53 |
| Octal | 276 | 347 | 313 | 22 | 0 | 14 | 11 | 213 | 56 | 123 |
| Binary | 10111110 | 11100111 | 11001011 | 10010 | 0 | 1100 | 1001 | 10001011 | 101110 | 1010011 |
Color Harmonies of #BEE7CB
Complementary color
Monochromatic Colors of #BEE7CB
Black with #BEE7CB
Text Example
Text Example
White with #BEE7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE7CB; }
p { color: rgb(190,231,203); }
H1.HeaderClassName
{
color: #BEE7CB;
}
.AnyTagClassName
{
color: #BEE7CB;
}
</style>
background-color css
<style>
a { background-color: #BEE7CB; }
a { background-color: rgb(190,231,203); }
div.DivClassName
{
background-color: #BEE7CB;
}
.BgClassName
{
background-color: #BEE7CB;
}
</style>
border-color css
<style>
span { border-color: #BEE7CB; }
span { border-color: rgb(190,231,203); }
td.TdClassName
{
border-color: #BEE7CB;
}
.TagClassName
{
border-color: #BEE7CB;
}
</style>