Shades of Granny Apple #BDFCD1
Tints of Granny Apple #BDFCD1
RGB
CMYK
RGB Variations
Color information
#BDFCD1 (or 0xBDFCD1) is known color: Granny Apple. HEX triplet: BD, FC and D1. RGB value is (189,252,209). Sum of RGB (Red+Green+Blue) = 189+252+209=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCD1 is #42032E. Grayscale: #E4E4E4. Windows color (decimal): -4326191 or 13761725. OLE color: 13761725.
HSL color Cylindrical-coordinate representation of color #BDFCD1: hue angle of 139.05º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCD1 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 209 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.01 |
| HSL | 139.05º | 0.91% | 0.86% | - |
| HSV(B) | 139.05º | 0.25% | 0.99% | - |
| XYZ | 67.31 | 85.04 | 73.19 | - |
| YUV | 228.26 | 117.13 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 209 | 0.25 | 0 | 0.17 | 0.01 | 139.05 | 0.91 | 0.86 |
| Hex | BD | FC | D1 | 19 | 0 | 11 | 1 | 8B | 5B | 56 |
| Octal | 275 | 374 | 321 | 31 | 0 | 21 | 1 | 213 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11010001 | 11001 | 0 | 10001 | 1 | 10001011 | 1011011 | 1010110 |
Color Harmonies of #BDFCD1
Complementary color
Monochromatic Colors of #BDFCD1
Black with #BDFCD1
Text Example
Text Example
White with #BDFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCD1; }
p { color: rgb(189,252,209); }
H1.HeaderClassName
{
color: #BDFCD1;
}
.AnyTagClassName
{
color: #BDFCD1;
}
</style>
background-color css
<style>
a { background-color: #BDFCD1; }
a { background-color: rgb(189,252,209); }
div.DivClassName
{
background-color: #BDFCD1;
}
.BgClassName
{
background-color: #BDFCD1;
}
</style>
border-color css
<style>
span { border-color: #BDFCD1; }
span { border-color: rgb(189,252,209); }
td.TdClassName
{
border-color: #BDFCD1;
}
.TagClassName
{
border-color: #BDFCD1;
}
</style>