Shades of Granny Apple #BEEDCF
Tints of Granny Apple #BEEDCF
RGB
CMYK
RGB Variations
Color information
#BEEDCF (or 0xBEEDCF) is known color: Granny Apple. HEX triplet: BE, ED and CF. RGB value is (190,237,207). Sum of RGB (Red+Green+Blue) = 190+237+207=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDCF is #411230. Grayscale: #DBDBDB. Windows color (decimal): -4264497 or 13626814. OLE color: 13626814.
HSL color Cylindrical-coordinate representation of color #BEEDCF: hue angle of 141.7º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEDCF is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 207 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.07 |
| HSL | 141.7º | 0.57% | 0.84% | - |
| HSV(B) | 141.7º | 0.2% | 0.93% | - |
| XYZ | 62.78 | 76.02 | 70.4 | - |
| YUV | 219.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 207 | 0.20 | 0 | 0.13 | 0.07 | 141.7 | 0.57 | 0.84 |
| Hex | BE | ED | CF | 14 | 0 | D | 7 | 8E | 39 | 54 |
| Octal | 276 | 355 | 317 | 24 | 0 | 15 | 7 | 216 | 71 | 124 |
| Binary | 10111110 | 11101101 | 11001111 | 10100 | 0 | 1101 | 111 | 10001110 | 111001 | 1010100 |
Color Harmonies of #BEEDCF
Complementary color
Monochromatic Colors of #BEEDCF
Black with #BEEDCF
Text Example
Text Example
White with #BEEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDCF; }
p { color: rgb(190,237,207); }
H1.HeaderClassName
{
color: #BEEDCF;
}
.AnyTagClassName
{
color: #BEEDCF;
}
</style>
background-color css
<style>
a { background-color: #BEEDCF; }
a { background-color: rgb(190,237,207); }
div.DivClassName
{
background-color: #BEEDCF;
}
.BgClassName
{
background-color: #BEEDCF;
}
</style>
border-color css
<style>
span { border-color: #BEEDCF; }
span { border-color: rgb(190,237,207); }
td.TdClassName
{
border-color: #BEEDCF;
}
.TagClassName
{
border-color: #BEEDCF;
}
</style>