Shades of Granny Apple #BDF0C6
Tints of Granny Apple #BDF0C6
RGB
CMYK
RGB Variations
Color information
#BDF0C6 (or 0xBDF0C6) is known color: Granny Apple. HEX triplet: BD, F0 and C6. RGB value is (189,240,198). Sum of RGB (Red+Green+Blue) = 189+240+198=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0C6 is #420F39. Grayscale: #DCDCDC. Windows color (decimal): -4329274 or 13037757. OLE color: 13037757.
HSL color Cylindrical-coordinate representation of color #BDF0C6: hue angle of 130.59º 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 #BDF0C6 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 198 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.06 |
| HSL | 130.59º | 0.63% | 0.84% | - |
| HSV(B) | 130.59º | 0.21% | 0.94% | - |
| XYZ | 62.34 | 77.22 | 65.04 | - |
| YUV | 219.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 198 | 0.21 | 0 | 0.18 | 0.06 | 130.59 | 0.63 | 0.84 |
| Hex | BD | F0 | C6 | 15 | 0 | 12 | 6 | 83 | 3F | 54 |
| Octal | 275 | 360 | 306 | 25 | 0 | 22 | 6 | 203 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11000110 | 10101 | 0 | 10010 | 110 | 10000011 | 111111 | 1010100 |
Color Harmonies of #BDF0C6
Complementary color
Monochromatic Colors of #BDF0C6
Black with #BDF0C6
Text Example
Text Example
White with #BDF0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0C6; }
p { color: rgb(189,240,198); }
H1.HeaderClassName
{
color: #BDF0C6;
}
.AnyTagClassName
{
color: #BDF0C6;
}
</style>
background-color css
<style>
a { background-color: #BDF0C6; }
a { background-color: rgb(189,240,198); }
div.DivClassName
{
background-color: #BDF0C6;
}
.BgClassName
{
background-color: #BDF0C6;
}
</style>
border-color css
<style>
span { border-color: #BDF0C6; }
span { border-color: rgb(189,240,198); }
td.TdClassName
{
border-color: #BDF0C6;
}
.TagClassName
{
border-color: #BDF0C6;
}
</style>