Shades of Granny Apple #BEFDCF
Tints of Granny Apple #BEFDCF
RGB
CMYK
RGB Variations
Color information
#BEFDCF (or 0xBEFDCF) is known color: Granny Apple. HEX triplet: BE, FD and CF. RGB value is (190,253,207). Sum of RGB (Red+Green+Blue) = 190+253+207=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDCF is #410230. Grayscale: #E5E5E5. Windows color (decimal): -4260401 or 13630910. OLE color: 13630910.
HSL color Cylindrical-coordinate representation of color #BEFDCF: hue angle of 136.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFDCF is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 207 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.01 |
| HSL | 136.19º | 0.94% | 0.87% | - |
| HSV(B) | 136.19º | 0.25% | 0.99% | - |
| XYZ | 67.62 | 85.7 | 72.01 | - |
| YUV | 228.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 207 | 0.25 | 0 | 0.18 | 0.01 | 136.19 | 0.94 | 0.87 |
| Hex | BE | FD | CF | 19 | 0 | 12 | 1 | 88 | 5E | 57 |
| Octal | 276 | 375 | 317 | 31 | 0 | 22 | 1 | 210 | 136 | 127 |
| Binary | 10111110 | 11111101 | 11001111 | 11001 | 0 | 10010 | 1 | 10001000 | 1011110 | 1010111 |
Color Harmonies of #BEFDCF
Complementary color
Monochromatic Colors of #BEFDCF
Black with #BEFDCF
Text Example
Text Example
White with #BEFDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDCF; }
p { color: rgb(190,253,207); }
H1.HeaderClassName
{
color: #BEFDCF;
}
.AnyTagClassName
{
color: #BEFDCF;
}
</style>
background-color css
<style>
a { background-color: #BEFDCF; }
a { background-color: rgb(190,253,207); }
div.DivClassName
{
background-color: #BEFDCF;
}
.BgClassName
{
background-color: #BEFDCF;
}
</style>
border-color css
<style>
span { border-color: #BEFDCF; }
span { border-color: rgb(190,253,207); }
td.TdClassName
{
border-color: #BEFDCF;
}
.TagClassName
{
border-color: #BEFDCF;
}
</style>