Shades of Granny Apple #BEF1CB
Tints of Granny Apple #BEF1CB
RGB
CMYK
RGB Variations
Color information
#BEF1CB (or 0xBEF1CB) is known color: Granny Apple. HEX triplet: BE, F1 and CB. RGB value is (190,241,203). Sum of RGB (Red+Green+Blue) = 190+241+203=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1CB is #410E34. Grayscale: #DDDDDD. Windows color (decimal): -4263477 or 13365694. OLE color: 13365694.
HSL color Cylindrical-coordinate representation of color #BEF1CB: hue angle of 135.29º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF1CB is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 203 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.05 |
| HSL | 135.29º | 0.65% | 0.85% | - |
| HSV(B) | 135.29º | 0.21% | 0.95% | - |
| XYZ | 63.47 | 78.17 | 68.24 | - |
| YUV | 221.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 203 | 0.21 | 0 | 0.16 | 0.05 | 135.29 | 0.65 | 0.85 |
| Hex | BE | F1 | CB | 15 | 0 | 10 | 5 | 87 | 41 | 55 |
| Octal | 276 | 361 | 313 | 25 | 0 | 20 | 5 | 207 | 101 | 125 |
| Binary | 10111110 | 11110001 | 11001011 | 10101 | 0 | 10000 | 101 | 10000111 | 1000001 | 1010101 |
Color Harmonies of #BEF1CB
Complementary color
Monochromatic Colors of #BEF1CB
Black with #BEF1CB
Text Example
Text Example
White with #BEF1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF1CB; }
p { color: rgb(190,241,203); }
H1.HeaderClassName
{
color: #BEF1CB;
}
.AnyTagClassName
{
color: #BEF1CB;
}
</style>
background-color css
<style>
a { background-color: #BEF1CB; }
a { background-color: rgb(190,241,203); }
div.DivClassName
{
background-color: #BEF1CB;
}
.BgClassName
{
background-color: #BEF1CB;
}
</style>
border-color css
<style>
span { border-color: #BEF1CB; }
span { border-color: rgb(190,241,203); }
td.TdClassName
{
border-color: #BEF1CB;
}
.TagClassName
{
border-color: #BEF1CB;
}
</style>