Shades of Granny Apple #BDFCD2
Tints of Granny Apple #BDFCD2
RGB
CMYK
RGB Variations
Color information
#BDFCD2 (or 0xBDFCD2) is known color: Granny Apple. HEX triplet: BD, FC and D2. RGB value is (189,252,210). Sum of RGB (Red+Green+Blue) = 189+252+210=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCD2 is #42032D. Grayscale: #E4E4E4. Windows color (decimal): -4326190 or 13827261. OLE color: 13827261.
HSL color Cylindrical-coordinate representation of color #BDFCD2: hue angle of 140º 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 #BDFCD2 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 210 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.01 |
| HSL | 140º | 0.91% | 0.86% | - |
| HSV(B) | 140º | 0.25% | 0.99% | - |
| XYZ | 67.43 | 85.09 | 73.84 | - |
| YUV | 228.38 | 117.63 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 210 | 0.25 | 0 | 0.17 | 0.01 | 140 | 0.91 | 0.86 |
| Hex | BD | FC | D2 | 19 | 0 | 11 | 1 | 8C | 5B | 56 |
| Octal | 275 | 374 | 322 | 31 | 0 | 21 | 1 | 214 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11010010 | 11001 | 0 | 10001 | 1 | 10001100 | 1011011 | 1010110 |
Color Harmonies of #BDFCD2
Complementary color
Monochromatic Colors of #BDFCD2
Black with #BDFCD2
Text Example
Text Example
White with #BDFCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCD2; }
p { color: rgb(189,252,210); }
H1.HeaderClassName
{
color: #BDFCD2;
}
.AnyTagClassName
{
color: #BDFCD2;
}
</style>
background-color css
<style>
a { background-color: #BDFCD2; }
a { background-color: rgb(189,252,210); }
div.DivClassName
{
background-color: #BDFCD2;
}
.BgClassName
{
background-color: #BDFCD2;
}
</style>
border-color css
<style>
span { border-color: #BDFCD2; }
span { border-color: rgb(189,252,210); }
td.TdClassName
{
border-color: #BDFCD2;
}
.TagClassName
{
border-color: #BDFCD2;
}
</style>