Shades of Granny Apple #BDF8C6
Tints of Granny Apple #BDF8C6
RGB
CMYK
RGB Variations
Color information
#BDF8C6 (or 0xBDF8C6) is known color: Granny Apple. HEX triplet: BD, F8 and C6. RGB value is (189,248,198). Sum of RGB (Red+Green+Blue) = 189+248+198=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 248 (97.27% from 255 or 39.06% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8C6 is #420739. Grayscale: #E0E0E0. Windows color (decimal): -4327226 or 13039805. OLE color: 13039805.
HSL color Cylindrical-coordinate representation of color #BDF8C6: hue angle of 129.15º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF8C6 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 198 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.03 |
| HSL | 129.15º | 0.81% | 0.86% | - |
| HSV(B) | 129.15º | 0.24% | 0.97% | - |
| XYZ | 64.75 | 82.03 | 65.85 | - |
| YUV | 224.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 198 | 0.24 | 0 | 0.20 | 0.03 | 129.15 | 0.81 | 0.86 |
| Hex | BD | F8 | C6 | 18 | 0 | 14 | 3 | 81 | 51 | 56 |
| Octal | 275 | 370 | 306 | 30 | 0 | 24 | 3 | 201 | 121 | 126 |
| Binary | 10111101 | 11111000 | 11000110 | 11000 | 0 | 10100 | 11 | 10000001 | 1010001 | 1010110 |
Color Harmonies of #BDF8C6
Complementary color
Monochromatic Colors of #BDF8C6
Black with #BDF8C6
Text Example
Text Example
White with #BDF8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8C6; }
p { color: rgb(189,248,198); }
H1.HeaderClassName
{
color: #BDF8C6;
}
.AnyTagClassName
{
color: #BDF8C6;
}
</style>
background-color css
<style>
a { background-color: #BDF8C6; }
a { background-color: rgb(189,248,198); }
div.DivClassName
{
background-color: #BDF8C6;
}
.BgClassName
{
background-color: #BDF8C6;
}
</style>
border-color css
<style>
span { border-color: #BDF8C6; }
span { border-color: rgb(189,248,198); }
td.TdClassName
{
border-color: #BDF8C6;
}
.TagClassName
{
border-color: #BDF8C6;
}
</style>