Shades of Granny Apple #BDF1C8
Tints of Granny Apple #BDF1C8
RGB
CMYK
RGB Variations
Color information
#BDF1C8 (or 0xBDF1C8) is known color: Granny Apple. HEX triplet: BD, F1 and C8. RGB value is (189,241,200). Sum of RGB (Red+Green+Blue) = 189+241+200=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1C8 is #420E37. Grayscale: #DCDCDC. Windows color (decimal): -4329016 or 13169085. OLE color: 13169085.
HSL color Cylindrical-coordinate representation of color #BDF1C8: hue angle of 132.69º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1C8 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 200 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.05 |
| HSL | 132.69º | 0.65% | 0.84% | - |
| HSV(B) | 132.69º | 0.22% | 0.95% | - |
| XYZ | 62.87 | 77.9 | 66.37 | - |
| YUV | 220.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 200 | 0.22 | 0 | 0.17 | 0.05 | 132.69 | 0.65 | 0.84 |
| Hex | BD | F1 | C8 | 16 | 0 | 11 | 5 | 85 | 41 | 54 |
| Octal | 275 | 361 | 310 | 26 | 0 | 21 | 5 | 205 | 101 | 124 |
| Binary | 10111101 | 11110001 | 11001000 | 10110 | 0 | 10001 | 101 | 10000101 | 1000001 | 1010100 |
Color Harmonies of #BDF1C8
Complementary color
Monochromatic Colors of #BDF1C8
Black with #BDF1C8
Text Example
Text Example
White with #BDF1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1C8; }
p { color: rgb(189,241,200); }
H1.HeaderClassName
{
color: #BDF1C8;
}
.AnyTagClassName
{
color: #BDF1C8;
}
</style>
background-color css
<style>
a { background-color: #BDF1C8; }
a { background-color: rgb(189,241,200); }
div.DivClassName
{
background-color: #BDF1C8;
}
.BgClassName
{
background-color: #BDF1C8;
}
</style>
border-color css
<style>
span { border-color: #BDF1C8; }
span { border-color: rgb(189,241,200); }
td.TdClassName
{
border-color: #BDF1C8;
}
.TagClassName
{
border-color: #BDF1C8;
}
</style>