Shades of Granny Apple #BEFFCD
Tints of Granny Apple #BEFFCD
RGB
CMYK
RGB Variations
Color information
#BEFFCD (or 0xBEFFCD) is known color: Granny Apple. HEX triplet: BE, FF and CD. RGB value is (190,255,205). Sum of RGB (Red+Green+Blue) = 190+255+205=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFCD is #410032. Grayscale: #E6E6E6. Windows color (decimal): -4259891 or 13500350. OLE color: 13500350.
HSL color Cylindrical-coordinate representation of color #BEFFCD: hue angle of 133.85º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFCD is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 205 | - |
| CMYK | 0.25 | 0 | 0.20 | 0 |
| HSL | 133.85º | 1% | 0.87% | - |
| HSV(B) | 133.85º | 0.25% | 1% | - |
| XYZ | 68.01 | 86.87 | 70.94 | - |
| YUV | 229.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 205 | 0.25 | 0 | 0.20 | 0 | 133.85 | 1 | 0.87 |
| Hex | BE | FF | CD | 19 | 0 | 14 | 0 | 86 | 64 | 57 |
| Octal | 276 | 377 | 315 | 31 | 0 | 24 | 0 | 206 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11001101 | 11001 | 0 | 10100 | 0 | 10000110 | 1100100 | 1010111 |
Color Harmonies of #BEFFCD
Complementary color
Monochromatic Colors of #BEFFCD
Black with #BEFFCD
Text Example
Text Example
White with #BEFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFCD; }
p { color: rgb(190,255,205); }
H1.HeaderClassName
{
color: #BEFFCD;
}
.AnyTagClassName
{
color: #BEFFCD;
}
</style>
background-color css
<style>
a { background-color: #BEFFCD; }
a { background-color: rgb(190,255,205); }
div.DivClassName
{
background-color: #BEFFCD;
}
.BgClassName
{
background-color: #BEFFCD;
}
</style>
border-color css
<style>
span { border-color: #BEFFCD; }
span { border-color: rgb(190,255,205); }
td.TdClassName
{
border-color: #BEFFCD;
}
.TagClassName
{
border-color: #BEFFCD;
}
</style>