Shades of Granny Apple #BEFDCA
Tints of Granny Apple #BEFDCA
RGB
CMYK
RGB Variations
Color information
#BEFDCA (or 0xBEFDCA) is known color: Granny Apple. HEX triplet: BE, FD and CA. RGB value is (190,253,202). Sum of RGB (Red+Green+Blue) = 190+253+202=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDCA is #410235. Grayscale: #E4E4E4. Windows color (decimal): -4260406 or 13303230. OLE color: 13303230.
HSL color Cylindrical-coordinate representation of color #BEFDCA: hue angle of 131.43º 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 #BEFDCA is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 190 | 253 | 202 | - |
CMYK | 0.25 | 0 | 0.20 | 0.01 |
HSL | 131.43º | 0.94% | 0.87% | - |
HSV(B) | 131.43º | 0.25% | 0.99% | - |
XYZ | 67.02 | 85.46 | 68.84 | - |
YUV | 228.35 | 113.13 | 100.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 253 | 202 | 0.25 | 0 | 0.20 | 0.01 | 131.43 | 0.94 | 0.87 |
Hex | BE | FD | CA | 19 | 0 | 14 | 1 | 83 | 5E | 57 |
Octal | 276 | 375 | 312 | 31 | 0 | 24 | 1 | 203 | 136 | 127 |
Binary | 10111110 | 11111101 | 11001010 | 11001 | 0 | 10100 | 1 | 10000011 | 1011110 | 1010111 |
Color Harmonies of #BEFDCA
Complementary color
Monochromatic Colors of #BEFDCA
Black with #BEFDCA
Text Example
Text Example
White with #BEFDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDCA; }
p { color: rgb(190,253,202); }
H1.HeaderClassName
{
color: #BEFDCA;
}
.AnyTagClassName
{
color: #BEFDCA;
}
</style>
background-color css
<style>
a { background-color: #BEFDCA; }
a { background-color: rgb(190,253,202); }
div.DivClassName
{
background-color: #BEFDCA;
}
.BgClassName
{
background-color: #BEFDCA;
}
</style>
border-color css
<style>
span { border-color: #BEFDCA; }
span { border-color: rgb(190,253,202); }
td.TdClassName
{
border-color: #BEFDCA;
}
.TagClassName
{
border-color: #BEFDCA;
}
</style>