Shades of Granny Apple #BDF0CA
Tints of Granny Apple #BDF0CA
RGB
CMYK
RGB Variations
Color information
#BDF0CA (or 0xBDF0CA) is known color: Granny Apple. HEX triplet: BD, F0 and CA. RGB value is (189,240,202). Sum of RGB (Red+Green+Blue) = 189+240+202=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0CA is #420F35. Grayscale: #DCDCDC. Windows color (decimal): -4329270 or 13299901. OLE color: 13299901.
HSL color Cylindrical-coordinate representation of color #BDF0CA: hue angle of 135.29º 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 #BDF0CA is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 202 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.06 |
| HSL | 135.29º | 0.63% | 0.84% | - |
| HSV(B) | 135.29º | 0.21% | 0.94% | - |
| XYZ | 62.81 | 77.4 | 67.51 | - |
| YUV | 220.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 202 | 0.21 | 0 | 0.16 | 0.06 | 135.29 | 0.63 | 0.84 |
| Hex | BD | F0 | CA | 15 | 0 | 10 | 6 | 87 | 3F | 54 |
| Octal | 275 | 360 | 312 | 25 | 0 | 20 | 6 | 207 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11001010 | 10101 | 0 | 10000 | 110 | 10000111 | 111111 | 1010100 |
Color Harmonies of #BDF0CA
Complementary color
Monochromatic Colors of #BDF0CA
Black with #BDF0CA
Text Example
Text Example
White with #BDF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0CA; }
p { color: rgb(189,240,202); }
H1.HeaderClassName
{
color: #BDF0CA;
}
.AnyTagClassName
{
color: #BDF0CA;
}
</style>
background-color css
<style>
a { background-color: #BDF0CA; }
a { background-color: rgb(189,240,202); }
div.DivClassName
{
background-color: #BDF0CA;
}
.BgClassName
{
background-color: #BDF0CA;
}
</style>
border-color css
<style>
span { border-color: #BDF0CA; }
span { border-color: rgb(189,240,202); }
td.TdClassName
{
border-color: #BDF0CA;
}
.TagClassName
{
border-color: #BDF0CA;
}
</style>