Shades of Granny Apple #BDF9CE
Tints of Granny Apple #BDF9CE
RGB
CMYK
RGB Variations
Color information
#BDF9CE (or 0xBDF9CE) is known color: Granny Apple. HEX triplet: BD, F9 and CE. RGB value is (189,249,206). Sum of RGB (Red+Green+Blue) = 189+249+206=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9CE is #420631. Grayscale: #E2E2E2. Windows color (decimal): -4326962 or 13564349. OLE color: 13564349.
HSL color Cylindrical-coordinate representation of color #BDF9CE: hue angle of 137º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF9CE is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 206 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.02 |
| HSL | 137º | 0.83% | 0.86% | - |
| HSV(B) | 137º | 0.24% | 0.98% | - |
| XYZ | 66 | 83.03 | 70.94 | - |
| YUV | 226.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 206 | 0.24 | 0 | 0.17 | 0.02 | 137 | 0.83 | 0.86 |
| Hex | BD | F9 | CE | 18 | 0 | 11 | 2 | 89 | 53 | 56 |
| Octal | 275 | 371 | 316 | 30 | 0 | 21 | 2 | 211 | 123 | 126 |
| Binary | 10111101 | 11111001 | 11001110 | 11000 | 0 | 10001 | 10 | 10001001 | 1010011 | 1010110 |
Color Harmonies of #BDF9CE
Complementary color
Monochromatic Colors of #BDF9CE
Black with #BDF9CE
Text Example
Text Example
White with #BDF9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9CE; }
p { color: rgb(189,249,206); }
H1.HeaderClassName
{
color: #BDF9CE;
}
.AnyTagClassName
{
color: #BDF9CE;
}
</style>
background-color css
<style>
a { background-color: #BDF9CE; }
a { background-color: rgb(189,249,206); }
div.DivClassName
{
background-color: #BDF9CE;
}
.BgClassName
{
background-color: #BDF9CE;
}
</style>
border-color css
<style>
span { border-color: #BDF9CE; }
span { border-color: rgb(189,249,206); }
td.TdClassName
{
border-color: #BDF9CE;
}
.TagClassName
{
border-color: #BDF9CE;
}
</style>