Shades of Granny Apple #BDF6C9
Tints of Granny Apple #BDF6C9
RGB
CMYK
RGB Variations
Color information
#BDF6C9 (or 0xBDF6C9) is known color: Granny Apple. HEX triplet: BD, F6 and C9. RGB value is (189,246,201). Sum of RGB (Red+Green+Blue) = 189+246+201=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6C9 is #420936. Grayscale: #DFDFDF. Windows color (decimal): -4327735 or 13235901. OLE color: 13235901.
HSL color Cylindrical-coordinate representation of color #BDF6C9: hue angle of 132.63º degrees, saturation: 0.76, 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 #BDF6C9 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 201 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.04 |
| HSL | 132.63º | 0.76% | 0.85% | - |
| HSV(B) | 132.63º | 0.23% | 0.96% | - |
| XYZ | 64.48 | 80.95 | 67.48 | - |
| YUV | 223.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 201 | 0.23 | 0 | 0.18 | 0.04 | 132.63 | 0.76 | 0.85 |
| Hex | BD | F6 | C9 | 17 | 0 | 12 | 4 | 85 | 4C | 55 |
| Octal | 275 | 366 | 311 | 27 | 0 | 22 | 4 | 205 | 114 | 125 |
| Binary | 10111101 | 11110110 | 11001001 | 10111 | 0 | 10010 | 100 | 10000101 | 1001100 | 1010101 |
Color Harmonies of #BDF6C9
Complementary color
Monochromatic Colors of #BDF6C9
Black with #BDF6C9
Text Example
Text Example
White with #BDF6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6C9; }
p { color: rgb(189,246,201); }
H1.HeaderClassName
{
color: #BDF6C9;
}
.AnyTagClassName
{
color: #BDF6C9;
}
</style>
background-color css
<style>
a { background-color: #BDF6C9; }
a { background-color: rgb(189,246,201); }
div.DivClassName
{
background-color: #BDF6C9;
}
.BgClassName
{
background-color: #BDF6C9;
}
</style>
border-color css
<style>
span { border-color: #BDF6C9; }
span { border-color: rgb(189,246,201); }
td.TdClassName
{
border-color: #BDF6C9;
}
.TagClassName
{
border-color: #BDF6C9;
}
</style>