Shades of Granny Apple #BDF1CB
Tints of Granny Apple #BDF1CB
RGB
CMYK
RGB Variations
Color information
#BDF1CB (or 0xBDF1CB) is known color: Granny Apple. HEX triplet: BD, F1 and CB. RGB value is (189,241,203). Sum of RGB (Red+Green+Blue) = 189+241+203=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1CB is #420E34. Grayscale: #DDDDDD. Windows color (decimal): -4329013 or 13365693. OLE color: 13365693.
HSL color Cylindrical-coordinate representation of color #BDF1CB: hue angle of 136.15º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1CB is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 203 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.05 |
| HSL | 136.15º | 0.65% | 0.84% | - |
| HSV(B) | 136.15º | 0.22% | 0.95% | - |
| XYZ | 63.22 | 78.04 | 68.23 | - |
| YUV | 221.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 203 | 0.22 | 0 | 0.16 | 0.05 | 136.15 | 0.65 | 0.84 |
| Hex | BD | F1 | CB | 16 | 0 | 10 | 5 | 88 | 41 | 54 |
| Octal | 275 | 361 | 313 | 26 | 0 | 20 | 5 | 210 | 101 | 124 |
| Binary | 10111101 | 11110001 | 11001011 | 10110 | 0 | 10000 | 101 | 10001000 | 1000001 | 1010100 |
Color Harmonies of #BDF1CB
Complementary color
Monochromatic Colors of #BDF1CB
Black with #BDF1CB
Text Example
Text Example
White with #BDF1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1CB; }
p { color: rgb(189,241,203); }
H1.HeaderClassName
{
color: #BDF1CB;
}
.AnyTagClassName
{
color: #BDF1CB;
}
</style>
background-color css
<style>
a { background-color: #BDF1CB; }
a { background-color: rgb(189,241,203); }
div.DivClassName
{
background-color: #BDF1CB;
}
.BgClassName
{
background-color: #BDF1CB;
}
</style>
border-color css
<style>
span { border-color: #BDF1CB; }
span { border-color: rgb(189,241,203); }
td.TdClassName
{
border-color: #BDF1CB;
}
.TagClassName
{
border-color: #BDF1CB;
}
</style>