Shades of Granny Apple #BDEFC9
Tints of Granny Apple #BDEFC9
RGB
CMYK
RGB Variations
Color information
#BDEFC9 (or 0xBDEFC9) is known color: Granny Apple. HEX triplet: BD, EF and C9. RGB value is (189,239,201). Sum of RGB (Red+Green+Blue) = 189+239+201=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFC9 is #421036. Grayscale: #DBDBDB. Windows color (decimal): -4329527 or 13234109. OLE color: 13234109.
HSL color Cylindrical-coordinate representation of color #BDEFC9: hue angle of 134.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFC9 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 201 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.06 |
| HSL | 134.4º | 0.61% | 0.84% | - |
| HSV(B) | 134.4º | 0.21% | 0.94% | - |
| XYZ | 62.4 | 76.77 | 66.79 | - |
| YUV | 219.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 201 | 0.21 | 0 | 0.16 | 0.06 | 134.4 | 0.61 | 0.84 |
| Hex | BD | EF | C9 | 15 | 0 | 10 | 6 | 86 | 3D | 54 |
| Octal | 275 | 357 | 311 | 25 | 0 | 20 | 6 | 206 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11001001 | 10101 | 0 | 10000 | 110 | 10000110 | 111101 | 1010100 |
Color Harmonies of #BDEFC9
Complementary color
Monochromatic Colors of #BDEFC9
Black with #BDEFC9
Text Example
Text Example
White with #BDEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFC9; }
p { color: rgb(189,239,201); }
H1.HeaderClassName
{
color: #BDEFC9;
}
.AnyTagClassName
{
color: #BDEFC9;
}
</style>
background-color css
<style>
a { background-color: #BDEFC9; }
a { background-color: rgb(189,239,201); }
div.DivClassName
{
background-color: #BDEFC9;
}
.BgClassName
{
background-color: #BDEFC9;
}
</style>
border-color css
<style>
span { border-color: #BDEFC9; }
span { border-color: rgb(189,239,201); }
td.TdClassName
{
border-color: #BDEFC9;
}
.TagClassName
{
border-color: #BDEFC9;
}
</style>