Shades of Granny Apple #BDF5CA
Tints of Granny Apple #BDF5CA
RGB
CMYK
RGB Variations
Color information
#BDF5CA (or 0xBDF5CA) is known color: Granny Apple. HEX triplet: BD, F5 and CA. RGB value is (189,245,202). Sum of RGB (Red+Green+Blue) = 189+245+202=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF5CA is #420A35. Grayscale: #DFDFDF. Windows color (decimal): -4327990 or 13301181. OLE color: 13301181.
HSL color Cylindrical-coordinate representation of color #BDF5CA: hue angle of 133.93º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF5CA is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 202 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.04 |
| HSL | 133.93º | 0.74% | 0.85% | - |
| HSV(B) | 133.93º | 0.23% | 0.96% | - |
| XYZ | 64.3 | 80.39 | 68 | - |
| YUV | 223.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 202 | 0.23 | 0 | 0.18 | 0.04 | 133.93 | 0.74 | 0.85 |
| Hex | BD | F5 | CA | 17 | 0 | 12 | 4 | 86 | 4A | 55 |
| Octal | 275 | 365 | 312 | 27 | 0 | 22 | 4 | 206 | 112 | 125 |
| Binary | 10111101 | 11110101 | 11001010 | 10111 | 0 | 10010 | 100 | 10000110 | 1001010 | 1010101 |
Color Harmonies of #BDF5CA
Complementary color
Monochromatic Colors of #BDF5CA
Black with #BDF5CA
Text Example
Text Example
White with #BDF5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF5CA; }
p { color: rgb(189,245,202); }
H1.HeaderClassName
{
color: #BDF5CA;
}
.AnyTagClassName
{
color: #BDF5CA;
}
</style>
background-color css
<style>
a { background-color: #BDF5CA; }
a { background-color: rgb(189,245,202); }
div.DivClassName
{
background-color: #BDF5CA;
}
.BgClassName
{
background-color: #BDF5CA;
}
</style>
border-color css
<style>
span { border-color: #BDF5CA; }
span { border-color: rgb(189,245,202); }
td.TdClassName
{
border-color: #BDF5CA;
}
.TagClassName
{
border-color: #BDF5CA;
}
</style>