Shades of Granny Apple #BDF0C7
Tints of Granny Apple #BDF0C7
RGB
CMYK
RGB Variations
Color information
#BDF0C7 (or 0xBDF0C7) is known color: Granny Apple. HEX triplet: BD, F0 and C7. RGB value is (189,240,199). Sum of RGB (Red+Green+Blue) = 189+240+199=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0C7 is #420F38. Grayscale: #DCDCDC. Windows color (decimal): -4329273 or 13103293. OLE color: 13103293.
HSL color Cylindrical-coordinate representation of color #BDF0C7: hue angle of 131.76º 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 #BDF0C7 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 199 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.06 |
| HSL | 131.76º | 0.63% | 0.84% | - |
| HSV(B) | 131.76º | 0.21% | 0.94% | - |
| XYZ | 62.46 | 77.26 | 65.65 | - |
| YUV | 220.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 199 | 0.21 | 0 | 0.17 | 0.06 | 131.76 | 0.63 | 0.84 |
| Hex | BD | F0 | C7 | 15 | 0 | 11 | 6 | 84 | 3F | 54 |
| Octal | 275 | 360 | 307 | 25 | 0 | 21 | 6 | 204 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11000111 | 10101 | 0 | 10001 | 110 | 10000100 | 111111 | 1010100 |
Color Harmonies of #BDF0C7
Complementary color
Monochromatic Colors of #BDF0C7
Black with #BDF0C7
Text Example
Text Example
White with #BDF0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0C7; }
p { color: rgb(189,240,199); }
H1.HeaderClassName
{
color: #BDF0C7;
}
.AnyTagClassName
{
color: #BDF0C7;
}
</style>
background-color css
<style>
a { background-color: #BDF0C7; }
a { background-color: rgb(189,240,199); }
div.DivClassName
{
background-color: #BDF0C7;
}
.BgClassName
{
background-color: #BDF0C7;
}
</style>
border-color css
<style>
span { border-color: #BDF0C7; }
span { border-color: rgb(189,240,199); }
td.TdClassName
{
border-color: #BDF0C7;
}
.TagClassName
{
border-color: #BDF0C7;
}
</style>