Shades of Granny Apple #BEDFCA
Tints of Granny Apple #BEDFCA
RGB
CMYK
RGB Variations
Color information
#BEDFCA (or 0xBEDFCA) is known color: Granny Apple. HEX triplet: BE, DF and CA. RGB value is (190,223,202). Sum of RGB (Red+Green+Blue) = 190+223+202=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFCA is #412035. Grayscale: #D2D2D2. Windows color (decimal): -4268086 or 13295550. OLE color: 13295550.
HSL color Cylindrical-coordinate representation of color #BEDFCA: hue angle of 141.82º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFCA is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 202 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.13 |
| HSL | 141.82º | 0.34% | 0.81% | - |
| HSV(B) | 141.82º | 0.15% | 0.87% | - |
| XYZ | 58.28 | 67.99 | 65.93 | - |
| YUV | 210.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 202 | 0.15 | 0 | 0.09 | 0.13 | 141.82 | 0.34 | 0.81 |
| Hex | BE | DF | CA | F | 0 | 9 | D | 8E | 22 | 51 |
| Octal | 276 | 337 | 312 | 17 | 0 | 11 | 15 | 216 | 42 | 121 |
| Binary | 10111110 | 11011111 | 11001010 | 1111 | 0 | 1001 | 1101 | 10001110 | 100010 | 1010001 |
Color Harmonies of #BEDFCA
Complementary color
Monochromatic Colors of #BEDFCA
Black with #BEDFCA
Text Example
Text Example
White with #BEDFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFCA; }
p { color: rgb(190,223,202); }
H1.HeaderClassName
{
color: #BEDFCA;
}
.AnyTagClassName
{
color: #BEDFCA;
}
</style>
background-color css
<style>
a { background-color: #BEDFCA; }
a { background-color: rgb(190,223,202); }
div.DivClassName
{
background-color: #BEDFCA;
}
.BgClassName
{
background-color: #BEDFCA;
}
</style>
border-color css
<style>
span { border-color: #BEDFCA; }
span { border-color: rgb(190,223,202); }
td.TdClassName
{
border-color: #BEDFCA;
}
.TagClassName
{
border-color: #BEDFCA;
}
</style>