Shades of Pixie Green #BDD0B1
Tints of Pixie Green #BDD0B1
RGB
CMYK
RGB Variations
Color information
#BDD0B1 (or 0xBDD0B1) is known color: Pixie Green. HEX triplet: BD, D0 and B1. RGB value is (189,208,177). Sum of RGB (Red+Green+Blue) = 189+208+177=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD0B1 is #422F4E. Grayscale: #C6C6C6. Windows color (decimal): -4337487 or 11653309. OLE color: 11653309.
HSL color Cylindrical-coordinate representation of color #BDD0B1: hue angle of 96.77º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD0B1 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 177 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.18 |
| HSL | 96.77º | 0.25% | 0.75% | - |
| HSV(B) | 96.77º | 0.15% | 0.82% | - |
| XYZ | 51.48 | 59.1 | 50.29 | - |
| YUV | 198.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 177 | 0.09 | 0 | 0.15 | 0.18 | 96.77 | 0.25 | 0.75 |
| Hex | BD | D0 | B1 | 9 | 0 | F | 12 | 61 | 19 | 4B |
| Octal | 275 | 320 | 261 | 11 | 0 | 17 | 22 | 141 | 31 | 113 |
| Binary | 10111101 | 11010000 | 10110001 | 1001 | 0 | 1111 | 10010 | 1100001 | 11001 | 1001011 |
Color Harmonies of #BDD0B1
Complementary color
Monochromatic Colors of #BDD0B1
Black with #BDD0B1
Text Example
Text Example
White with #BDD0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0B1; }
p { color: rgb(189,208,177); }
H1.HeaderClassName
{
color: #BDD0B1;
}
.AnyTagClassName
{
color: #BDD0B1;
}
</style>
background-color css
<style>
a { background-color: #BDD0B1; }
a { background-color: rgb(189,208,177); }
div.DivClassName
{
background-color: #BDD0B1;
}
.BgClassName
{
background-color: #BDD0B1;
}
</style>
border-color css
<style>
span { border-color: #BDD0B1; }
span { border-color: rgb(189,208,177); }
td.TdClassName
{
border-color: #BDD0B1;
}
.TagClassName
{
border-color: #BDD0B1;
}
</style>