Shades of Pixie Green #BDD0A5
Tints of Pixie Green #BDD0A5
RGB
CMYK
RGB Variations
Color information
#BDD0A5 (or 0xBDD0A5) is known color: Pixie Green. HEX triplet: BD, D0 and A5. RGB value is (189,208,165). Sum of RGB (Red+Green+Blue) = 189+208+165=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 165 (64.84% from 255 or 29.36% from 562); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD0A5 is #422F5A. Grayscale: #C5C5C5. Windows color (decimal): -4337499 or 10866877. OLE color: 10866877.
HSL color Cylindrical-coordinate representation of color #BDD0A5: hue angle of 86.51º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD0A5 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 165 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.18 |
| HSL | 86.51º | 0.31% | 0.73% | - |
| HSV(B) | 86.51º | 0.21% | 0.82% | - |
| XYZ | 50.33 | 58.65 | 44.26 | - |
| YUV | 197.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 165 | 0.09 | 0 | 0.21 | 0.18 | 86.51 | 0.31 | 0.73 |
| Hex | BD | D0 | A5 | 9 | 0 | 15 | 12 | 57 | 1F | 49 |
| Octal | 275 | 320 | 245 | 11 | 0 | 25 | 22 | 127 | 37 | 111 |
| Binary | 10111101 | 11010000 | 10100101 | 1001 | 0 | 10101 | 10010 | 1010111 | 11111 | 1001001 |
Color Harmonies of #BDD0A5
Complementary color
Monochromatic Colors of #BDD0A5
Black with #BDD0A5
Text Example
Text Example
White with #BDD0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0A5; }
p { color: rgb(189,208,165); }
H1.HeaderClassName
{
color: #BDD0A5;
}
.AnyTagClassName
{
color: #BDD0A5;
}
</style>
background-color css
<style>
a { background-color: #BDD0A5; }
a { background-color: rgb(189,208,165); }
div.DivClassName
{
background-color: #BDD0A5;
}
.BgClassName
{
background-color: #BDD0A5;
}
</style>
border-color css
<style>
span { border-color: #BDD0A5; }
span { border-color: rgb(189,208,165); }
td.TdClassName
{
border-color: #BDD0A5;
}
.TagClassName
{
border-color: #BDD0A5;
}
</style>