Shades of Granny Apple #BDF4C5
Tints of Granny Apple #BDF4C5
RGB
CMYK
RGB Variations
Color information
#BDF4C5 (or 0xBDF4C5) is known color: Granny Apple. HEX triplet: BD, F4 and C5. RGB value is (189,244,197). Sum of RGB (Red+Green+Blue) = 189+244+197=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 244 (95.70% from 255 or 38.73% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4C5 is #420B3A. Grayscale: #DEDEDE. Windows color (decimal): -4328251 or 12973245. OLE color: 12973245.
HSL color Cylindrical-coordinate representation of color #BDF4C5: hue angle of 128.73º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4C5 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 197 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.04 |
| HSL | 128.73º | 0.71% | 0.85% | - |
| HSV(B) | 128.73º | 0.23% | 0.96% | - |
| XYZ | 63.41 | 79.55 | 64.84 | - |
| YUV | 222.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 197 | 0.23 | 0 | 0.19 | 0.04 | 128.73 | 0.71 | 0.85 |
| Hex | BD | F4 | C5 | 17 | 0 | 13 | 4 | 81 | 47 | 55 |
| Octal | 275 | 364 | 305 | 27 | 0 | 23 | 4 | 201 | 107 | 125 |
| Binary | 10111101 | 11110100 | 11000101 | 10111 | 0 | 10011 | 100 | 10000001 | 1000111 | 1010101 |
Color Harmonies of #BDF4C5
Complementary color
Monochromatic Colors of #BDF4C5
Black with #BDF4C5
Text Example
Text Example
White with #BDF4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4C5; }
p { color: rgb(189,244,197); }
H1.HeaderClassName
{
color: #BDF4C5;
}
.AnyTagClassName
{
color: #BDF4C5;
}
</style>
background-color css
<style>
a { background-color: #BDF4C5; }
a { background-color: rgb(189,244,197); }
div.DivClassName
{
background-color: #BDF4C5;
}
.BgClassName
{
background-color: #BDF4C5;
}
</style>
border-color css
<style>
span { border-color: #BDF4C5; }
span { border-color: rgb(189,244,197); }
td.TdClassName
{
border-color: #BDF4C5;
}
.TagClassName
{
border-color: #BDF4C5;
}
</style>