Shades of Granny Apple #BDF2C7
Tints of Granny Apple #BDF2C7
RGB
CMYK
RGB Variations
Color information
#BDF2C7 (or 0xBDF2C7) is known color: Granny Apple. HEX triplet: BD, F2 and C7. RGB value is (189,242,199). Sum of RGB (Red+Green+Blue) = 189+242+199=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2C7 is #420D38. Grayscale: #DDDDDD. Windows color (decimal): -4328761 or 13103805. OLE color: 13103805.
HSL color Cylindrical-coordinate representation of color #BDF2C7: hue angle of 131.32º 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 #BDF2C7 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 199 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.05 |
| HSL | 131.32º | 0.67% | 0.85% | - |
| HSV(B) | 131.32º | 0.22% | 0.95% | - |
| XYZ | 63.05 | 78.45 | 65.85 | - |
| YUV | 221.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 199 | 0.22 | 0 | 0.18 | 0.05 | 131.32 | 0.67 | 0.85 |
| Hex | BD | F2 | C7 | 16 | 0 | 12 | 5 | 83 | 43 | 55 |
| Octal | 275 | 362 | 307 | 26 | 0 | 22 | 5 | 203 | 103 | 125 |
| Binary | 10111101 | 11110010 | 11000111 | 10110 | 0 | 10010 | 101 | 10000011 | 1000011 | 1010101 |
Color Harmonies of #BDF2C7
Complementary color
Monochromatic Colors of #BDF2C7
Black with #BDF2C7
Text Example
Text Example
White with #BDF2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2C7; }
p { color: rgb(189,242,199); }
H1.HeaderClassName
{
color: #BDF2C7;
}
.AnyTagClassName
{
color: #BDF2C7;
}
</style>
background-color css
<style>
a { background-color: #BDF2C7; }
a { background-color: rgb(189,242,199); }
div.DivClassName
{
background-color: #BDF2C7;
}
.BgClassName
{
background-color: #BDF2C7;
}
</style>
border-color css
<style>
span { border-color: #BDF2C7; }
span { border-color: rgb(189,242,199); }
td.TdClassName
{
border-color: #BDF2C7;
}
.TagClassName
{
border-color: #BDF2C7;
}
</style>