Shades of Granny Apple #BDF6C4
Tints of Granny Apple #BDF6C4
RGB
CMYK
RGB Variations
Color information
#BDF6C4 (or 0xBDF6C4) is known color: Granny Apple. HEX triplet: BD, F6 and C4. RGB value is (189,246,196). Sum of RGB (Red+Green+Blue) = 189+246+196=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 246 (96.48% from 255 or 38.99% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6C4 is #42093B. Grayscale: #DFDFDF. Windows color (decimal): -4327740 or 12908221. OLE color: 12908221.
HSL color Cylindrical-coordinate representation of color #BDF6C4: hue angle of 127.37º degrees, saturation: 0.76, 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 #BDF6C4 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 196 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.04 |
| HSL | 127.37º | 0.76% | 0.85% | - |
| HSV(B) | 127.37º | 0.23% | 0.96% | - |
| XYZ | 63.91 | 80.72 | 64.44 | - |
| YUV | 223.26 | 112.62 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 196 | 0.23 | 0 | 0.20 | 0.04 | 127.37 | 0.76 | 0.85 |
| Hex | BD | F6 | C4 | 17 | 0 | 14 | 4 | 7F | 4C | 55 |
| Octal | 275 | 366 | 304 | 27 | 0 | 24 | 4 | 177 | 114 | 125 |
| Binary | 10111101 | 11110110 | 11000100 | 10111 | 0 | 10100 | 100 | 1111111 | 1001100 | 1010101 |
Color Harmonies of #BDF6C4
Complementary color
Monochromatic Colors of #BDF6C4
Black with #BDF6C4
Text Example
Text Example
White with #BDF6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6C4; }
p { color: rgb(189,246,196); }
H1.HeaderClassName
{
color: #BDF6C4;
}
.AnyTagClassName
{
color: #BDF6C4;
}
</style>
background-color css
<style>
a { background-color: #BDF6C4; }
a { background-color: rgb(189,246,196); }
div.DivClassName
{
background-color: #BDF6C4;
}
.BgClassName
{
background-color: #BDF6C4;
}
</style>
border-color css
<style>
span { border-color: #BDF6C4; }
span { border-color: rgb(189,246,196); }
td.TdClassName
{
border-color: #BDF6C4;
}
.TagClassName
{
border-color: #BDF6C4;
}
</style>