Shades of Granny Apple #BDF2CE
Tints of Granny Apple #BDF2CE
RGB
CMYK
RGB Variations
Color information
#BDF2CE (or 0xBDF2CE) is known color: Granny Apple. HEX triplet: BD, F2 and CE. RGB value is (189,242,206). Sum of RGB (Red+Green+Blue) = 189+242+206=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2CE is #420D31. Grayscale: #DEDEDE. Windows color (decimal): -4328754 or 13562557. OLE color: 13562557.
HSL color Cylindrical-coordinate representation of color #BDF2CE: hue angle of 139.25º degrees, saturation: 0.67, 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 #BDF2CE is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 206 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.05 |
| HSL | 139.25º | 0.67% | 0.85% | - |
| HSV(B) | 139.25º | 0.22% | 0.95% | - |
| XYZ | 63.88 | 78.78 | 70.23 | - |
| YUV | 222.05 | 118.94 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 206 | 0.22 | 0 | 0.15 | 0.05 | 139.25 | 0.67 | 0.85 |
| Hex | BD | F2 | CE | 16 | 0 | F | 5 | 8B | 43 | 55 |
| Octal | 275 | 362 | 316 | 26 | 0 | 17 | 5 | 213 | 103 | 125 |
| Binary | 10111101 | 11110010 | 11001110 | 10110 | 0 | 1111 | 101 | 10001011 | 1000011 | 1010101 |
Color Harmonies of #BDF2CE
Complementary color
Monochromatic Colors of #BDF2CE
Black with #BDF2CE
Text Example
Text Example
White with #BDF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2CE; }
p { color: rgb(189,242,206); }
H1.HeaderClassName
{
color: #BDF2CE;
}
.AnyTagClassName
{
color: #BDF2CE;
}
</style>
background-color css
<style>
a { background-color: #BDF2CE; }
a { background-color: rgb(189,242,206); }
div.DivClassName
{
background-color: #BDF2CE;
}
.BgClassName
{
background-color: #BDF2CE;
}
</style>
border-color css
<style>
span { border-color: #BDF2CE; }
span { border-color: rgb(189,242,206); }
td.TdClassName
{
border-color: #BDF2CE;
}
.TagClassName
{
border-color: #BDF2CE;
}
</style>