Shades of Granny Apple #BDFFD2
Tints of Granny Apple #BDFFD2
RGB
CMYK
RGB Variations
Color information
#BDFFD2 (or 0xBDFFD2) is known color: Granny Apple. HEX triplet: BD, FF and D2. RGB value is (189,255,210). Sum of RGB (Red+Green+Blue) = 189+255+210=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFD2 is #42002D. Grayscale: #E6E6E6. Windows color (decimal): -4325422 or 13828029. OLE color: 13828029.
HSL color Cylindrical-coordinate representation of color #BDFFD2: hue angle of 139.09º 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 #BDFFD2 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 210 | - |
| CMYK | 0.26 | 0 | 0.18 | 0 |
| HSL | 139.09º | 1% | 0.87% | - |
| HSV(B) | 139.09º | 0.26% | 1% | - |
| XYZ | 68.38 | 86.99 | 74.16 | - |
| YUV | 230.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 210 | 0.26 | 0 | 0.18 | 0 | 139.09 | 1 | 0.87 |
| Hex | BD | FF | D2 | 1A | 0 | 12 | 0 | 8B | 64 | 57 |
| Octal | 275 | 377 | 322 | 32 | 0 | 22 | 0 | 213 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11010010 | 11010 | 0 | 10010 | 0 | 10001011 | 1100100 | 1010111 |
Color Harmonies of #BDFFD2
Complementary color
Monochromatic Colors of #BDFFD2
Black with #BDFFD2
Text Example
Text Example
White with #BDFFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFD2; }
p { color: rgb(189,255,210); }
H1.HeaderClassName
{
color: #BDFFD2;
}
.AnyTagClassName
{
color: #BDFFD2;
}
</style>
background-color css
<style>
a { background-color: #BDFFD2; }
a { background-color: rgb(189,255,210); }
div.DivClassName
{
background-color: #BDFFD2;
}
.BgClassName
{
background-color: #BDFFD2;
}
</style>
border-color css
<style>
span { border-color: #BDFFD2; }
span { border-color: rgb(189,255,210); }
td.TdClassName
{
border-color: #BDFFD2;
}
.TagClassName
{
border-color: #BDFFD2;
}
</style>