Shades of Granny Apple #BDF4C3
Tints of Granny Apple #BDF4C3
RGB
CMYK
RGB Variations
Color information
#BDF4C3 (or 0xBDF4C3) is known color: Granny Apple. HEX triplet: BD, F4 and C3. RGB value is (189,244,195). Sum of RGB (Red+Green+Blue) = 189+244+195=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 244 (95.70% from 255 or 38.85% from 628); Blue value is 195 (76.56% from 255 or 31.05% from 628); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4C3 is #420B3C. Grayscale: #DEDEDE. Windows color (decimal): -4328253 or 12842173. OLE color: 12842173.
HSL color Cylindrical-coordinate representation of color #BDF4C3: hue angle of 126.55º 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 #BDF4C3 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 195 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.04 |
| HSL | 126.55º | 0.71% | 0.85% | - |
| HSV(B) | 126.55º | 0.23% | 0.96% | - |
| XYZ | 63.19 | 79.46 | 63.64 | - |
| YUV | 221.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 195 | 0.23 | 0 | 0.20 | 0.04 | 126.55 | 0.71 | 0.85 |
| Hex | BD | F4 | C3 | 17 | 0 | 14 | 4 | 7F | 47 | 55 |
| Octal | 275 | 364 | 303 | 27 | 0 | 24 | 4 | 177 | 107 | 125 |
| Binary | 10111101 | 11110100 | 11000011 | 10111 | 0 | 10100 | 100 | 1111111 | 1000111 | 1010101 |
Color Harmonies of #BDF4C3
Complementary color
Monochromatic Colors of #BDF4C3
Black with #BDF4C3
Text Example
Text Example
White with #BDF4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4C3; }
p { color: rgb(189,244,195); }
H1.HeaderClassName
{
color: #BDF4C3;
}
.AnyTagClassName
{
color: #BDF4C3;
}
</style>
background-color css
<style>
a { background-color: #BDF4C3; }
a { background-color: rgb(189,244,195); }
div.DivClassName
{
background-color: #BDF4C3;
}
.BgClassName
{
background-color: #BDF4C3;
}
</style>
border-color css
<style>
span { border-color: #BDF4C3; }
span { border-color: rgb(189,244,195); }
td.TdClassName
{
border-color: #BDF4C3;
}
.TagClassName
{
border-color: #BDF4C3;
}
</style>