Shades of Granny Apple #BDF4C6
Tints of Granny Apple #BDF4C6
RGB
CMYK
RGB Variations
Color information
#BDF4C6 (or 0xBDF4C6) is known color: Granny Apple. HEX triplet: BD, F4 and C6. RGB value is (189,244,198). Sum of RGB (Red+Green+Blue) = 189+244+198=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 244 (95.70% from 255 or 38.67% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4C6 is #420B39. Grayscale: #DEDEDE. Windows color (decimal): -4328250 or 13038781. OLE color: 13038781.
HSL color Cylindrical-coordinate representation of color #BDF4C6: hue angle of 129.82º 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 #BDF4C6 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 198 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.04 |
| HSL | 129.82º | 0.71% | 0.85% | - |
| HSV(B) | 129.82º | 0.23% | 0.96% | - |
| XYZ | 63.53 | 79.6 | 65.44 | - |
| YUV | 222.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 198 | 0.23 | 0 | 0.19 | 0.04 | 129.82 | 0.71 | 0.85 |
| Hex | BD | F4 | C6 | 17 | 0 | 13 | 4 | 82 | 47 | 55 |
| Octal | 275 | 364 | 306 | 27 | 0 | 23 | 4 | 202 | 107 | 125 |
| Binary | 10111101 | 11110100 | 11000110 | 10111 | 0 | 10011 | 100 | 10000010 | 1000111 | 1010101 |
Color Harmonies of #BDF4C6
Complementary color
Monochromatic Colors of #BDF4C6
Black with #BDF4C6
Text Example
Text Example
White with #BDF4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4C6; }
p { color: rgb(189,244,198); }
H1.HeaderClassName
{
color: #BDF4C6;
}
.AnyTagClassName
{
color: #BDF4C6;
}
</style>
background-color css
<style>
a { background-color: #BDF4C6; }
a { background-color: rgb(189,244,198); }
div.DivClassName
{
background-color: #BDF4C6;
}
.BgClassName
{
background-color: #BDF4C6;
}
</style>
border-color css
<style>
span { border-color: #BDF4C6; }
span { border-color: rgb(189,244,198); }
td.TdClassName
{
border-color: #BDF4C6;
}
.TagClassName
{
border-color: #BDF4C6;
}
</style>