Shades of Granny Apple #BEF0CB
Tints of Granny Apple #BEF0CB
RGB
CMYK
RGB Variations
Color information
#BEF0CB (or 0xBEF0CB) is known color: Granny Apple. HEX triplet: BE, F0 and CB. RGB value is (190,240,203). Sum of RGB (Red+Green+Blue) = 190+240+203=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0CB is #410F34. Grayscale: #DCDCDC. Windows color (decimal): -4263733 or 13365438. OLE color: 13365438.
HSL color Cylindrical-coordinate representation of color #BEF0CB: hue angle of 135.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF0CB is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 203 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.06 |
| HSL | 135.6º | 0.63% | 0.84% | - |
| HSV(B) | 135.6º | 0.21% | 0.94% | - |
| XYZ | 63.17 | 77.58 | 68.14 | - |
| YUV | 220.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 203 | 0.21 | 0 | 0.15 | 0.06 | 135.6 | 0.63 | 0.84 |
| Hex | BE | F0 | CB | 15 | 0 | F | 6 | 88 | 3E | 54 |
| Octal | 276 | 360 | 313 | 25 | 0 | 17 | 6 | 210 | 76 | 124 |
| Binary | 10111110 | 11110000 | 11001011 | 10101 | 0 | 1111 | 110 | 10001000 | 111110 | 1010100 |
Color Harmonies of #BEF0CB
Complementary color
Monochromatic Colors of #BEF0CB
Black with #BEF0CB
Text Example
Text Example
White with #BEF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF0CB; }
p { color: rgb(190,240,203); }
H1.HeaderClassName
{
color: #BEF0CB;
}
.AnyTagClassName
{
color: #BEF0CB;
}
</style>
background-color css
<style>
a { background-color: #BEF0CB; }
a { background-color: rgb(190,240,203); }
div.DivClassName
{
background-color: #BEF0CB;
}
.BgClassName
{
background-color: #BEF0CB;
}
</style>
border-color css
<style>
span { border-color: #BEF0CB; }
span { border-color: rgb(190,240,203); }
td.TdClassName
{
border-color: #BEF0CB;
}
.TagClassName
{
border-color: #BEF0CB;
}
</style>