Shades of Granny Apple #BDEACA
Tints of Granny Apple #BDEACA
RGB
CMYK
RGB Variations
Color information
#BDEACA (or 0xBDEACA) is known color: Granny Apple. HEX triplet: BD, EA and CA. RGB value is (189,234,202). Sum of RGB (Red+Green+Blue) = 189+234+202=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEACA is #421535. Grayscale: #D8D8D8. Windows color (decimal): -4330806 or 13298365. OLE color: 13298365.
HSL color Cylindrical-coordinate representation of color #BDEACA: hue angle of 137.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEACA is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 202 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.08 |
| HSL | 137.33º | 0.52% | 0.83% | - |
| HSV(B) | 137.33º | 0.19% | 0.92% | - |
| XYZ | 61.07 | 73.93 | 66.93 | - |
| YUV | 216.9 | 119.59 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 202 | 0.19 | 0 | 0.14 | 0.08 | 137.33 | 0.52 | 0.83 |
| Hex | BD | EA | CA | 13 | 0 | E | 8 | 89 | 34 | 53 |
| Octal | 275 | 352 | 312 | 23 | 0 | 16 | 10 | 211 | 64 | 123 |
| Binary | 10111101 | 11101010 | 11001010 | 10011 | 0 | 1110 | 1000 | 10001001 | 110100 | 1010011 |
Color Harmonies of #BDEACA
Complementary color
Monochromatic Colors of #BDEACA
Black with #BDEACA
Text Example
Text Example
White with #BDEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEACA; }
p { color: rgb(189,234,202); }
H1.HeaderClassName
{
color: #BDEACA;
}
.AnyTagClassName
{
color: #BDEACA;
}
</style>
background-color css
<style>
a { background-color: #BDEACA; }
a { background-color: rgb(189,234,202); }
div.DivClassName
{
background-color: #BDEACA;
}
.BgClassName
{
background-color: #BDEACA;
}
</style>
border-color css
<style>
span { border-color: #BDEACA; }
span { border-color: rgb(189,234,202); }
td.TdClassName
{
border-color: #BDEACA;
}
.TagClassName
{
border-color: #BDEACA;
}
</style>