Shades of Granny Apple #BDEACD
Tints of Granny Apple #BDEACD
RGB
CMYK
RGB Variations
Color information
#BDEACD (or 0xBDEACD) is known color: Granny Apple. HEX triplet: BD, EA and CD. RGB value is (189,234,205). Sum of RGB (Red+Green+Blue) = 189+234+205=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEACD is #421532. Grayscale: #D9D9D9. Windows color (decimal): -4330803 or 13494973. OLE color: 13494973.
HSL color Cylindrical-coordinate representation of color #BDEACD: hue angle of 141.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 #BDEACD is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 205 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.08 |
| HSL | 141.33º | 0.52% | 0.83% | - |
| HSV(B) | 141.33º | 0.19% | 0.92% | - |
| XYZ | 61.43 | 74.07 | 68.82 | - |
| YUV | 217.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 205 | 0.19 | 0 | 0.12 | 0.08 | 141.33 | 0.52 | 0.83 |
| Hex | BD | EA | CD | 13 | 0 | C | 8 | 8D | 34 | 53 |
| Octal | 275 | 352 | 315 | 23 | 0 | 14 | 10 | 215 | 64 | 123 |
| Binary | 10111101 | 11101010 | 11001101 | 10011 | 0 | 1100 | 1000 | 10001101 | 110100 | 1010011 |
Color Harmonies of #BDEACD
Complementary color
Monochromatic Colors of #BDEACD
Black with #BDEACD
Text Example
Text Example
White with #BDEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEACD; }
p { color: rgb(189,234,205); }
H1.HeaderClassName
{
color: #BDEACD;
}
.AnyTagClassName
{
color: #BDEACD;
}
</style>
background-color css
<style>
a { background-color: #BDEACD; }
a { background-color: rgb(189,234,205); }
div.DivClassName
{
background-color: #BDEACD;
}
.BgClassName
{
background-color: #BDEACD;
}
</style>
border-color css
<style>
span { border-color: #BDEACD; }
span { border-color: rgb(189,234,205); }
td.TdClassName
{
border-color: #BDEACD;
}
.TagClassName
{
border-color: #BDEACD;
}
</style>