Shades of Granny Apple #BDF3CA
Tints of Granny Apple #BDF3CA
RGB
CMYK
RGB Variations
Color information
#BDF3CA (or 0xBDF3CA) is known color: Granny Apple. HEX triplet: BD, F3 and CA. RGB value is (189,243,202). Sum of RGB (Red+Green+Blue) = 189+243+202=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3CA is #420C35. Grayscale: #DEDEDE. Windows color (decimal): -4328502 or 13300669. OLE color: 13300669.
HSL color Cylindrical-coordinate representation of color #BDF3CA: hue angle of 134.44º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF3CA is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 202 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.05 |
| HSL | 134.44º | 0.69% | 0.85% | - |
| HSV(B) | 134.44º | 0.22% | 0.95% | - |
| XYZ | 63.7 | 79.18 | 67.8 | - |
| YUV | 222.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 202 | 0.22 | 0 | 0.17 | 0.05 | 134.44 | 0.69 | 0.85 |
| Hex | BD | F3 | CA | 16 | 0 | 11 | 5 | 86 | 45 | 55 |
| Octal | 275 | 363 | 312 | 26 | 0 | 21 | 5 | 206 | 105 | 125 |
| Binary | 10111101 | 11110011 | 11001010 | 10110 | 0 | 10001 | 101 | 10000110 | 1000101 | 1010101 |
Color Harmonies of #BDF3CA
Complementary color
Monochromatic Colors of #BDF3CA
Black with #BDF3CA
Text Example
Text Example
White with #BDF3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3CA; }
p { color: rgb(189,243,202); }
H1.HeaderClassName
{
color: #BDF3CA;
}
.AnyTagClassName
{
color: #BDF3CA;
}
</style>
background-color css
<style>
a { background-color: #BDF3CA; }
a { background-color: rgb(189,243,202); }
div.DivClassName
{
background-color: #BDF3CA;
}
.BgClassName
{
background-color: #BDF3CA;
}
</style>
border-color css
<style>
span { border-color: #BDF3CA; }
span { border-color: rgb(189,243,202); }
td.TdClassName
{
border-color: #BDF3CA;
}
.TagClassName
{
border-color: #BDF3CA;
}
</style>