Shades of Granny Apple #BDF3CE
Tints of Granny Apple #BDF3CE
RGB
CMYK
RGB Variations
Color information
#BDF3CE (or 0xBDF3CE) is known color: Granny Apple. HEX triplet: BD, F3 and CE. RGB value is (189,243,206). Sum of RGB (Red+Green+Blue) = 189+243+206=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3CE is #420C31. Grayscale: #DEDEDE. Windows color (decimal): -4328498 or 13562813. OLE color: 13562813.
HSL color Cylindrical-coordinate representation of color #BDF3CE: hue angle of 138.89º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF3CE is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 206 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.05 |
| HSL | 138.89º | 0.69% | 0.85% | - |
| HSV(B) | 138.89º | 0.22% | 0.95% | - |
| XYZ | 64.18 | 79.38 | 70.33 | - |
| YUV | 222.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 206 | 0.22 | 0 | 0.15 | 0.05 | 138.89 | 0.69 | 0.85 |
| Hex | BD | F3 | CE | 16 | 0 | F | 5 | 8B | 45 | 55 |
| Octal | 275 | 363 | 316 | 26 | 0 | 17 | 5 | 213 | 105 | 125 |
| Binary | 10111101 | 11110011 | 11001110 | 10110 | 0 | 1111 | 101 | 10001011 | 1000101 | 1010101 |
Color Harmonies of #BDF3CE
Complementary color
Monochromatic Colors of #BDF3CE
Black with #BDF3CE
Text Example
Text Example
White with #BDF3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3CE; }
p { color: rgb(189,243,206); }
H1.HeaderClassName
{
color: #BDF3CE;
}
.AnyTagClassName
{
color: #BDF3CE;
}
</style>
background-color css
<style>
a { background-color: #BDF3CE; }
a { background-color: rgb(189,243,206); }
div.DivClassName
{
background-color: #BDF3CE;
}
.BgClassName
{
background-color: #BDF3CE;
}
</style>
border-color css
<style>
span { border-color: #BDF3CE; }
span { border-color: rgb(189,243,206); }
td.TdClassName
{
border-color: #BDF3CE;
}
.TagClassName
{
border-color: #BDF3CE;
}
</style>