Shades of Granny Apple #BDF4C9
Tints of Granny Apple #BDF4C9
RGB
CMYK
RGB Variations
Color information
#BDF4C9 (or 0xBDF4C9) is known color: Granny Apple. HEX triplet: BD, F4 and C9. RGB value is (189,244,201). Sum of RGB (Red+Green+Blue) = 189+244+201=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 244 (95.70% from 255 or 38.49% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4C9 is #420B36. Grayscale: #DEDEDE. Windows color (decimal): -4328247 or 13235389. OLE color: 13235389.
HSL color Cylindrical-coordinate representation of color #BDF4C9: hue angle of 133.09º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4C9 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 201 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.04 |
| HSL | 133.09º | 0.71% | 0.85% | - |
| HSV(B) | 133.09º | 0.23% | 0.96% | - |
| XYZ | 63.88 | 79.74 | 67.28 | - |
| YUV | 222.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 201 | 0.23 | 0 | 0.18 | 0.04 | 133.09 | 0.71 | 0.85 |
| Hex | BD | F4 | C9 | 17 | 0 | 12 | 4 | 85 | 47 | 55 |
| Octal | 275 | 364 | 311 | 27 | 0 | 22 | 4 | 205 | 107 | 125 |
| Binary | 10111101 | 11110100 | 11001001 | 10111 | 0 | 10010 | 100 | 10000101 | 1000111 | 1010101 |
Color Harmonies of #BDF4C9
Complementary color
Monochromatic Colors of #BDF4C9
Black with #BDF4C9
Text Example
Text Example
White with #BDF4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4C9; }
p { color: rgb(189,244,201); }
H1.HeaderClassName
{
color: #BDF4C9;
}
.AnyTagClassName
{
color: #BDF4C9;
}
</style>
background-color css
<style>
a { background-color: #BDF4C9; }
a { background-color: rgb(189,244,201); }
div.DivClassName
{
background-color: #BDF4C9;
}
.BgClassName
{
background-color: #BDF4C9;
}
</style>
border-color css
<style>
span { border-color: #BDF4C9; }
span { border-color: rgb(189,244,201); }
td.TdClassName
{
border-color: #BDF4C9;
}
.TagClassName
{
border-color: #BDF4C9;
}
</style>