Shades of Granny Apple #BDFCD3
Tints of Granny Apple #BDFCD3
RGB
CMYK
RGB Variations
Color information
#BDFCD3 (or 0xBDFCD3) is known color: Granny Apple. HEX triplet: BD, FC and D3. RGB value is (189,252,211). Sum of RGB (Red+Green+Blue) = 189+252+211=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCD3 is #42032C. Grayscale: #E4E4E4. Windows color (decimal): -4326189 or 13892797. OLE color: 13892797.
HSL color Cylindrical-coordinate representation of color #BDFCD3: hue angle of 140.95º 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 #BDFCD3 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 211 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.01 |
| HSL | 140.95º | 0.91% | 0.86% | - |
| HSV(B) | 140.95º | 0.25% | 0.99% | - |
| XYZ | 67.55 | 85.14 | 74.5 | - |
| YUV | 228.49 | 118.13 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 211 | 0.25 | 0 | 0.16 | 0.01 | 140.95 | 0.91 | 0.86 |
| Hex | BD | FC | D3 | 19 | 0 | 10 | 1 | 8D | 5B | 56 |
| Octal | 275 | 374 | 323 | 31 | 0 | 20 | 1 | 215 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11010011 | 11001 | 0 | 10000 | 1 | 10001101 | 1011011 | 1010110 |
Color Harmonies of #BDFCD3
Complementary color
Monochromatic Colors of #BDFCD3
Black with #BDFCD3
Text Example
Text Example
White with #BDFCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCD3; }
p { color: rgb(189,252,211); }
H1.HeaderClassName
{
color: #BDFCD3;
}
.AnyTagClassName
{
color: #BDFCD3;
}
</style>
background-color css
<style>
a { background-color: #BDFCD3; }
a { background-color: rgb(189,252,211); }
div.DivClassName
{
background-color: #BDFCD3;
}
.BgClassName
{
background-color: #BDFCD3;
}
</style>
border-color css
<style>
span { border-color: #BDFCD3; }
span { border-color: rgb(189,252,211); }
td.TdClassName
{
border-color: #BDFCD3;
}
.TagClassName
{
border-color: #BDFCD3;
}
</style>