Shades of Granny Apple #BEFCCD
Tints of Granny Apple #BEFCCD
RGB
CMYK
RGB Variations
Color information
#BEFCCD (or 0xBEFCCD) is known color: Granny Apple. HEX triplet: BE, FC and CD. RGB value is (190,252,205). Sum of RGB (Red+Green+Blue) = 190+252+205=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCCD is #410332. Grayscale: #E4E4E4. Windows color (decimal): -4260659 or 13499582. OLE color: 13499582.
HSL color Cylindrical-coordinate representation of color #BEFCCD: hue angle of 134.52º degrees, saturation: 0.91, 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 #BEFCCD is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 190 | 252 | 205 | - |
CMYK | 0.25 | 0 | 0.19 | 0.01 |
HSL | 134.52º | 0.91% | 0.87% | - |
HSV(B) | 134.52º | 0.25% | 0.99% | - |
XYZ | 67.07 | 84.98 | 70.62 | - |
YUV | 228.1 | 114.96 | 100.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 252 | 205 | 0.25 | 0 | 0.19 | 0.01 | 134.52 | 0.91 | 0.87 |
Hex | BE | FC | CD | 19 | 0 | 13 | 1 | 87 | 5B | 57 |
Octal | 276 | 374 | 315 | 31 | 0 | 23 | 1 | 207 | 133 | 127 |
Binary | 10111110 | 11111100 | 11001101 | 11001 | 0 | 10011 | 1 | 10000111 | 1011011 | 1010111 |
Color Harmonies of #BEFCCD
Complementary color
Monochromatic Colors of #BEFCCD
Black with #BEFCCD
Text Example
Text Example
White with #BEFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFCCD; }
p { color: rgb(190,252,205); }
H1.HeaderClassName
{
color: #BEFCCD;
}
.AnyTagClassName
{
color: #BEFCCD;
}
</style>
background-color css
<style>
a { background-color: #BEFCCD; }
a { background-color: rgb(190,252,205); }
div.DivClassName
{
background-color: #BEFCCD;
}
.BgClassName
{
background-color: #BEFCCD;
}
</style>
border-color css
<style>
span { border-color: #BEFCCD; }
span { border-color: rgb(190,252,205); }
td.TdClassName
{
border-color: #BEFCCD;
}
.TagClassName
{
border-color: #BEFCCD;
}
</style>