Shades of Granny Apple #BDF4C2
Tints of Granny Apple #BDF4C2
RGB
CMYK
RGB Variations
Color information
#BDF4C2 (or 0xBDF4C2) is known color: Granny Apple. HEX triplet: BD, F4 and C2. RGB value is (189,244,194). Sum of RGB (Red+Green+Blue) = 189+244+194=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 244 (95.70% from 255 or 38.92% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4C2 is #420B3D. Grayscale: #DDDDDD. Windows color (decimal): -4328254 or 12776637. OLE color: 12776637.
HSL color Cylindrical-coordinate representation of color #BDF4C2: hue angle of 125.45º 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 #BDF4C2 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 194 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.04 |
| HSL | 125.45º | 0.71% | 0.85% | - |
| HSV(B) | 125.45º | 0.23% | 0.96% | - |
| XYZ | 63.07 | 79.42 | 63.04 | - |
| YUV | 221.86 | 112.28 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 194 | 0.23 | 0 | 0.20 | 0.04 | 125.45 | 0.71 | 0.85 |
| Hex | BD | F4 | C2 | 17 | 0 | 14 | 4 | 7D | 47 | 55 |
| Octal | 275 | 364 | 302 | 27 | 0 | 24 | 4 | 175 | 107 | 125 |
| Binary | 10111101 | 11110100 | 11000010 | 10111 | 0 | 10100 | 100 | 1111101 | 1000111 | 1010101 |
Color Harmonies of #BDF4C2
Complementary color
Monochromatic Colors of #BDF4C2
Black with #BDF4C2
Text Example
Text Example
White with #BDF4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4C2; }
p { color: rgb(189,244,194); }
H1.HeaderClassName
{
color: #BDF4C2;
}
.AnyTagClassName
{
color: #BDF4C2;
}
</style>
background-color css
<style>
a { background-color: #BDF4C2; }
a { background-color: rgb(189,244,194); }
div.DivClassName
{
background-color: #BDF4C2;
}
.BgClassName
{
background-color: #BDF4C2;
}
</style>
border-color css
<style>
span { border-color: #BDF4C2; }
span { border-color: rgb(189,244,194); }
td.TdClassName
{
border-color: #BDF4C2;
}
.TagClassName
{
border-color: #BDF4C2;
}
</style>