Shades of Granny Apple #BDFFD3
Tints of Granny Apple #BDFFD3
RGB
CMYK
RGB Variations
Color information
#BDFFD3 (or 0xBDFFD3) is known color: Granny Apple. HEX triplet: BD, FF and D3. RGB value is (189,255,211). Sum of RGB (Red+Green+Blue) = 189+255+211=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFD3 is #42002C. Grayscale: #E6E6E6. Windows color (decimal): -4325421 or 13893565. OLE color: 13893565.
HSL color Cylindrical-coordinate representation of color #BDFFD3: hue angle of 140º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFD3 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 211 | - |
| CMYK | 0.26 | 0 | 0.17 | 0 |
| HSL | 140º | 1% | 0.87% | - |
| HSV(B) | 140º | 0.26% | 1% | - |
| XYZ | 68.5 | 87.04 | 74.82 | - |
| YUV | 230.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 211 | 0.26 | 0 | 0.17 | 0 | 140 | 1 | 0.87 |
| Hex | BD | FF | D3 | 1A | 0 | 11 | 0 | 8C | 64 | 57 |
| Octal | 275 | 377 | 323 | 32 | 0 | 21 | 0 | 214 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11010011 | 11010 | 0 | 10001 | 0 | 10001100 | 1100100 | 1010111 |
Color Harmonies of #BDFFD3
Complementary color
Monochromatic Colors of #BDFFD3
Black with #BDFFD3
Text Example
Text Example
White with #BDFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFD3; }
p { color: rgb(189,255,211); }
H1.HeaderClassName
{
color: #BDFFD3;
}
.AnyTagClassName
{
color: #BDFFD3;
}
</style>
background-color css
<style>
a { background-color: #BDFFD3; }
a { background-color: rgb(189,255,211); }
div.DivClassName
{
background-color: #BDFFD3;
}
.BgClassName
{
background-color: #BDFFD3;
}
</style>
border-color css
<style>
span { border-color: #BDFFD3; }
span { border-color: rgb(189,255,211); }
td.TdClassName
{
border-color: #BDFFD3;
}
.TagClassName
{
border-color: #BDFFD3;
}
</style>