Shades of Granny Apple #BDF8CB
Tints of Granny Apple #BDF8CB
RGB
CMYK
RGB Variations
Color information
#BDF8CB (or 0xBDF8CB) is known color: Granny Apple. HEX triplet: BD, F8 and CB. RGB value is (189,248,203). Sum of RGB (Red+Green+Blue) = 189+248+203=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8CB is #420734. Grayscale: #E1E1E1. Windows color (decimal): -4327221 or 13367485. OLE color: 13367485.
HSL color Cylindrical-coordinate representation of color #BDF8CB: hue angle of 134.24º 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 #BDF8CB is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 203 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.03 |
| HSL | 134.24º | 0.81% | 0.86% | - |
| HSV(B) | 134.24º | 0.24% | 0.97% | - |
| XYZ | 65.33 | 82.27 | 68.94 | - |
| YUV | 225.23 | 115.45 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 203 | 0.24 | 0 | 0.18 | 0.03 | 134.24 | 0.81 | 0.86 |
| Hex | BD | F8 | CB | 18 | 0 | 12 | 3 | 86 | 51 | 56 |
| Octal | 275 | 370 | 313 | 30 | 0 | 22 | 3 | 206 | 121 | 126 |
| Binary | 10111101 | 11111000 | 11001011 | 11000 | 0 | 10010 | 11 | 10000110 | 1010001 | 1010110 |
Color Harmonies of #BDF8CB
Complementary color
Monochromatic Colors of #BDF8CB
Black with #BDF8CB
Text Example
Text Example
White with #BDF8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8CB; }
p { color: rgb(189,248,203); }
H1.HeaderClassName
{
color: #BDF8CB;
}
.AnyTagClassName
{
color: #BDF8CB;
}
</style>
background-color css
<style>
a { background-color: #BDF8CB; }
a { background-color: rgb(189,248,203); }
div.DivClassName
{
background-color: #BDF8CB;
}
.BgClassName
{
background-color: #BDF8CB;
}
</style>
border-color css
<style>
span { border-color: #BDF8CB; }
span { border-color: rgb(189,248,203); }
td.TdClassName
{
border-color: #BDF8CB;
}
.TagClassName
{
border-color: #BDF8CB;
}
</style>