Shades of Granny Apple #BDF0C5
Tints of Granny Apple #BDF0C5
RGB
CMYK
RGB Variations
Color information
#BDF0C5 (or 0xBDF0C5) is known color: Granny Apple. HEX triplet: BD, F0 and C5. RGB value is (189,240,197). Sum of RGB (Red+Green+Blue) = 189+240+197=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0C5 is #420F3A. Grayscale: #DBDBDB. Windows color (decimal): -4329275 or 12972221. OLE color: 12972221.
HSL color Cylindrical-coordinate representation of color #BDF0C5: hue angle of 129.41º 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 #BDF0C5 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 197 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.06 |
| HSL | 129.41º | 0.63% | 0.84% | - |
| HSV(B) | 129.41º | 0.21% | 0.94% | - |
| XYZ | 62.22 | 77.17 | 64.44 | - |
| YUV | 219.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 197 | 0.21 | 0 | 0.18 | 0.06 | 129.41 | 0.63 | 0.84 |
| Hex | BD | F0 | C5 | 15 | 0 | 12 | 6 | 81 | 3F | 54 |
| Octal | 275 | 360 | 305 | 25 | 0 | 22 | 6 | 201 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11000101 | 10101 | 0 | 10010 | 110 | 10000001 | 111111 | 1010100 |
Color Harmonies of #BDF0C5
Complementary color
Monochromatic Colors of #BDF0C5
Black with #BDF0C5
Text Example
Text Example
White with #BDF0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0C5; }
p { color: rgb(189,240,197); }
H1.HeaderClassName
{
color: #BDF0C5;
}
.AnyTagClassName
{
color: #BDF0C5;
}
</style>
background-color css
<style>
a { background-color: #BDF0C5; }
a { background-color: rgb(189,240,197); }
div.DivClassName
{
background-color: #BDF0C5;
}
.BgClassName
{
background-color: #BDF0C5;
}
</style>
border-color css
<style>
span { border-color: #BDF0C5; }
span { border-color: rgb(189,240,197); }
td.TdClassName
{
border-color: #BDF0C5;
}
.TagClassName
{
border-color: #BDF0C5;
}
</style>