Shades of Granny Apple #BDEFCD
Tints of Granny Apple #BDEFCD
RGB
CMYK
RGB Variations
Color information
#BDEFCD (or 0xBDEFCD) is known color: Granny Apple. HEX triplet: BD, EF and CD. RGB value is (189,239,205). Sum of RGB (Red+Green+Blue) = 189+239+205=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFCD is #421032. Grayscale: #DCDCDC. Windows color (decimal): -4329523 or 13496253. OLE color: 13496253.
HSL color Cylindrical-coordinate representation of color #BDEFCD: hue angle of 139.2º 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 #BDEFCD is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 205 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.06 |
| HSL | 139.2º | 0.61% | 0.84% | - |
| HSV(B) | 139.2º | 0.21% | 0.94% | - |
| XYZ | 62.87 | 76.96 | 69.3 | - |
| YUV | 220.17 | 119.44 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 205 | 0.21 | 0 | 0.14 | 0.06 | 139.2 | 0.61 | 0.84 |
| Hex | BD | EF | CD | 15 | 0 | E | 6 | 8B | 3D | 54 |
| Octal | 275 | 357 | 315 | 25 | 0 | 16 | 6 | 213 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11001101 | 10101 | 0 | 1110 | 110 | 10001011 | 111101 | 1010100 |
Color Harmonies of #BDEFCD
Complementary color
Monochromatic Colors of #BDEFCD
Black with #BDEFCD
Text Example
Text Example
White with #BDEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFCD; }
p { color: rgb(189,239,205); }
H1.HeaderClassName
{
color: #BDEFCD;
}
.AnyTagClassName
{
color: #BDEFCD;
}
</style>
background-color css
<style>
a { background-color: #BDEFCD; }
a { background-color: rgb(189,239,205); }
div.DivClassName
{
background-color: #BDEFCD;
}
.BgClassName
{
background-color: #BDEFCD;
}
</style>
border-color css
<style>
span { border-color: #BDEFCD; }
span { border-color: rgb(189,239,205); }
td.TdClassName
{
border-color: #BDEFCD;
}
.TagClassName
{
border-color: #BDEFCD;
}
</style>