Shades of Granny Apple #BDEECA
Tints of Granny Apple #BDEECA
RGB
CMYK
RGB Variations
Color information
#BDEECA (or 0xBDEECA) is known color: Granny Apple. HEX triplet: BD, EE and CA. RGB value is (189,238,202). Sum of RGB (Red+Green+Blue) = 189+238+202=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEECA is #421135. Grayscale: #DBDBDB. Windows color (decimal): -4329782 or 13299389. OLE color: 13299389.
HSL color Cylindrical-coordinate representation of color #BDEECA: hue angle of 135.92º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEECA is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 202 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.07 |
| HSL | 135.92º | 0.59% | 0.84% | - |
| HSV(B) | 135.92º | 0.21% | 0.93% | - |
| XYZ | 62.22 | 76.23 | 67.31 | - |
| YUV | 219.25 | 118.27 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 202 | 0.21 | 0 | 0.15 | 0.07 | 135.92 | 0.59 | 0.84 |
| Hex | BD | EE | CA | 15 | 0 | F | 7 | 88 | 3B | 54 |
| Octal | 275 | 356 | 312 | 25 | 0 | 17 | 7 | 210 | 73 | 124 |
| Binary | 10111101 | 11101110 | 11001010 | 10101 | 0 | 1111 | 111 | 10001000 | 111011 | 1010100 |
Color Harmonies of #BDEECA
Complementary color
Monochromatic Colors of #BDEECA
Black with #BDEECA
Text Example
Text Example
White with #BDEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEECA; }
p { color: rgb(189,238,202); }
H1.HeaderClassName
{
color: #BDEECA;
}
.AnyTagClassName
{
color: #BDEECA;
}
</style>
background-color css
<style>
a { background-color: #BDEECA; }
a { background-color: rgb(189,238,202); }
div.DivClassName
{
background-color: #BDEECA;
}
.BgClassName
{
background-color: #BDEECA;
}
</style>
border-color css
<style>
span { border-color: #BDEECA; }
span { border-color: rgb(189,238,202); }
td.TdClassName
{
border-color: #BDEECA;
}
.TagClassName
{
border-color: #BDEECA;
}
</style>