Shades of Granny Apple #BDFDCD
Tints of Granny Apple #BDFDCD
RGB
CMYK
RGB Variations
Color information
#BDFDCD (or 0xBDFDCD) is known color: Granny Apple. HEX triplet: BD, FD and CD. RGB value is (189,253,205). Sum of RGB (Red+Green+Blue) = 189+253+205=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDCD is #420232. Grayscale: #E4E4E4. Windows color (decimal): -4325939 or 13499837. OLE color: 13499837.
HSL color Cylindrical-coordinate representation of color #BDFDCD: hue angle of 135º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDCD is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 205 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.01 |
| HSL | 135º | 0.94% | 0.87% | - |
| HSV(B) | 135º | 0.25% | 0.99% | - |
| XYZ | 67.13 | 85.48 | 70.72 | - |
| YUV | 228.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 205 | 0.25 | 0 | 0.19 | 0.01 | 135 | 0.94 | 0.87 |
| Hex | BD | FD | CD | 19 | 0 | 13 | 1 | 87 | 5E | 57 |
| Octal | 275 | 375 | 315 | 31 | 0 | 23 | 1 | 207 | 136 | 127 |
| Binary | 10111101 | 11111101 | 11001101 | 11001 | 0 | 10011 | 1 | 10000111 | 1011110 | 1010111 |
Color Harmonies of #BDFDCD
Complementary color
Monochromatic Colors of #BDFDCD
Black with #BDFDCD
Text Example
Text Example
White with #BDFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDCD; }
p { color: rgb(189,253,205); }
H1.HeaderClassName
{
color: #BDFDCD;
}
.AnyTagClassName
{
color: #BDFDCD;
}
</style>
background-color css
<style>
a { background-color: #BDFDCD; }
a { background-color: rgb(189,253,205); }
div.DivClassName
{
background-color: #BDFDCD;
}
.BgClassName
{
background-color: #BDFDCD;
}
</style>
border-color css
<style>
span { border-color: #BDFDCD; }
span { border-color: rgb(189,253,205); }
td.TdClassName
{
border-color: #BDFDCD;
}
.TagClassName
{
border-color: #BDFDCD;
}
</style>