Shades of Granny Apple #BDF0CB
Tints of Granny Apple #BDF0CB
RGB
CMYK
RGB Variations
Color information
#BDF0CB (or 0xBDF0CB) is known color: Granny Apple. HEX triplet: BD, F0 and CB. RGB value is (189,240,203). Sum of RGB (Red+Green+Blue) = 189+240+203=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0CB is #420F34. Grayscale: #DCDCDC. Windows color (decimal): -4329269 or 13365437. OLE color: 13365437.
HSL color Cylindrical-coordinate representation of color #BDF0CB: hue angle of 136.47º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0CB is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 203 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.06 |
| HSL | 136.47º | 0.63% | 0.84% | - |
| HSV(B) | 136.47º | 0.21% | 0.94% | - |
| XYZ | 62.93 | 77.45 | 68.13 | - |
| YUV | 220.53 | 118.1 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 203 | 0.21 | 0 | 0.15 | 0.06 | 136.47 | 0.63 | 0.84 |
| Hex | BD | F0 | CB | 15 | 0 | F | 6 | 88 | 3F | 54 |
| Octal | 275 | 360 | 313 | 25 | 0 | 17 | 6 | 210 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11001011 | 10101 | 0 | 1111 | 110 | 10001000 | 111111 | 1010100 |
Color Harmonies of #BDF0CB
Complementary color
Monochromatic Colors of #BDF0CB
Black with #BDF0CB
Text Example
Text Example
White with #BDF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0CB; }
p { color: rgb(189,240,203); }
H1.HeaderClassName
{
color: #BDF0CB;
}
.AnyTagClassName
{
color: #BDF0CB;
}
</style>
background-color css
<style>
a { background-color: #BDF0CB; }
a { background-color: rgb(189,240,203); }
div.DivClassName
{
background-color: #BDF0CB;
}
.BgClassName
{
background-color: #BDF0CB;
}
</style>
border-color css
<style>
span { border-color: #BDF0CB; }
span { border-color: rgb(189,240,203); }
td.TdClassName
{
border-color: #BDF0CB;
}
.TagClassName
{
border-color: #BDF0CB;
}
</style>