Shades of Granny Apple #BDF6CE
Tints of Granny Apple #BDF6CE
RGB
CMYK
RGB Variations
Color information
#BDF6CE (or 0xBDF6CE) is known color: Granny Apple. HEX triplet: BD, F6 and CE. RGB value is (189,246,206). Sum of RGB (Red+Green+Blue) = 189+246+206=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 246 (96.48% from 255 or 38.38% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6CE is #420931. Grayscale: #E0E0E0. Windows color (decimal): -4327730 or 13563581. OLE color: 13563581.
HSL color Cylindrical-coordinate representation of color #BDF6CE: hue angle of 137.89º 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 #BDF6CE is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 206 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.04 |
| HSL | 137.89º | 0.76% | 0.85% | - |
| HSV(B) | 137.89º | 0.23% | 0.96% | - |
| XYZ | 65.08 | 81.19 | 70.63 | - |
| YUV | 224.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 206 | 0.23 | 0 | 0.16 | 0.04 | 137.89 | 0.76 | 0.85 |
| Hex | BD | F6 | CE | 17 | 0 | 10 | 4 | 8A | 4C | 55 |
| Octal | 275 | 366 | 316 | 27 | 0 | 20 | 4 | 212 | 114 | 125 |
| Binary | 10111101 | 11110110 | 11001110 | 10111 | 0 | 10000 | 100 | 10001010 | 1001100 | 1010101 |
Color Harmonies of #BDF6CE
Complementary color
Monochromatic Colors of #BDF6CE
Black with #BDF6CE
Text Example
Text Example
White with #BDF6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6CE; }
p { color: rgb(189,246,206); }
H1.HeaderClassName
{
color: #BDF6CE;
}
.AnyTagClassName
{
color: #BDF6CE;
}
</style>
background-color css
<style>
a { background-color: #BDF6CE; }
a { background-color: rgb(189,246,206); }
div.DivClassName
{
background-color: #BDF6CE;
}
.BgClassName
{
background-color: #BDF6CE;
}
</style>
border-color css
<style>
span { border-color: #BDF6CE; }
span { border-color: rgb(189,246,206); }
td.TdClassName
{
border-color: #BDF6CE;
}
.TagClassName
{
border-color: #BDF6CE;
}
</style>