Shades of Granny Apple #BDF0C8
Tints of Granny Apple #BDF0C8
RGB
CMYK
RGB Variations
Color information
#BDF0C8 (or 0xBDF0C8) is known color: Granny Apple. HEX triplet: BD, F0 and C8. RGB value is (189,240,200). Sum of RGB (Red+Green+Blue) = 189+240+200=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0C8 is #420F37. Grayscale: #DCDCDC. Windows color (decimal): -4329272 or 13168829. OLE color: 13168829.
HSL color Cylindrical-coordinate representation of color #BDF0C8: hue angle of 132.94º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0C8 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 200 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.06 |
| HSL | 132.94º | 0.63% | 0.84% | - |
| HSV(B) | 132.94º | 0.21% | 0.94% | - |
| XYZ | 62.57 | 77.31 | 66.27 | - |
| YUV | 220.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 200 | 0.21 | 0 | 0.17 | 0.06 | 132.94 | 0.63 | 0.84 |
| Hex | BD | F0 | C8 | 15 | 0 | 11 | 6 | 85 | 3F | 54 |
| Octal | 275 | 360 | 310 | 25 | 0 | 21 | 6 | 205 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11001000 | 10101 | 0 | 10001 | 110 | 10000101 | 111111 | 1010100 |
Color Harmonies of #BDF0C8
Complementary color
Monochromatic Colors of #BDF0C8
Black with #BDF0C8
Text Example
Text Example
White with #BDF0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0C8; }
p { color: rgb(189,240,200); }
H1.HeaderClassName
{
color: #BDF0C8;
}
.AnyTagClassName
{
color: #BDF0C8;
}
</style>
background-color css
<style>
a { background-color: #BDF0C8; }
a { background-color: rgb(189,240,200); }
div.DivClassName
{
background-color: #BDF0C8;
}
.BgClassName
{
background-color: #BDF0C8;
}
</style>
border-color css
<style>
span { border-color: #BDF0C8; }
span { border-color: rgb(189,240,200); }
td.TdClassName
{
border-color: #BDF0C8;
}
.TagClassName
{
border-color: #BDF0C8;
}
</style>