Shades of Granny Apple #BDEDCA
Tints of Granny Apple #BDEDCA
RGB
CMYK
RGB Variations
Color information
#BDEDCA (or 0xBDEDCA) is known color: Granny Apple. HEX triplet: BD, ED and CA. RGB value is (189,237,202). Sum of RGB (Red+Green+Blue) = 189+237+202=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDCA is #421235. Grayscale: #DADADA. Windows color (decimal): -4330038 or 13299133. OLE color: 13299133.
HSL color Cylindrical-coordinate representation of color #BDEDCA: hue angle of 136.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDCA is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 202 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.07 |
| HSL | 136.25º | 0.57% | 0.84% | - |
| HSV(B) | 136.25º | 0.2% | 0.93% | - |
| XYZ | 61.93 | 75.65 | 67.22 | - |
| YUV | 218.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 202 | 0.20 | 0 | 0.15 | 0.07 | 136.25 | 0.57 | 0.84 |
| Hex | BD | ED | CA | 14 | 0 | F | 7 | 88 | 39 | 54 |
| Octal | 275 | 355 | 312 | 24 | 0 | 17 | 7 | 210 | 71 | 124 |
| Binary | 10111101 | 11101101 | 11001010 | 10100 | 0 | 1111 | 111 | 10001000 | 111001 | 1010100 |
Color Harmonies of #BDEDCA
Complementary color
Monochromatic Colors of #BDEDCA
Black with #BDEDCA
Text Example
Text Example
White with #BDEDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDCA; }
p { color: rgb(189,237,202); }
H1.HeaderClassName
{
color: #BDEDCA;
}
.AnyTagClassName
{
color: #BDEDCA;
}
</style>
background-color css
<style>
a { background-color: #BDEDCA; }
a { background-color: rgb(189,237,202); }
div.DivClassName
{
background-color: #BDEDCA;
}
.BgClassName
{
background-color: #BDEDCA;
}
</style>
border-color css
<style>
span { border-color: #BDEDCA; }
span { border-color: rgb(189,237,202); }
td.TdClassName
{
border-color: #BDEDCA;
}
.TagClassName
{
border-color: #BDEDCA;
}
</style>