Shades of Pixie Green #BDD4AF
Tints of Pixie Green #BDD4AF
RGB
CMYK
RGB Variations
Color information
#BDD4AF (or 0xBDD4AF) is known color: Pixie Green. HEX triplet: BD, D4 and AF. RGB value is (189,212,175). Sum of RGB (Red+Green+Blue) = 189+212+175=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD4AF is #422B50. Grayscale: #C9C9C9. Windows color (decimal): -4336465 or 11523261. OLE color: 11523261.
HSL color Cylindrical-coordinate representation of color #BDD4AF: hue angle of 97.3º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDD4AF is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 175 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.17 |
| HSL | 97.3º | 0.3% | 0.76% | - |
| HSV(B) | 97.3º | 0.17% | 0.83% | - |
| XYZ | 52.27 | 61 | 49.58 | - |
| YUV | 200.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 175 | 0.11 | 0 | 0.17 | 0.17 | 97.3 | 0.3 | 0.76 |
| Hex | BD | D4 | AF | B | 0 | 11 | 11 | 61 | 1E | 4C |
| Octal | 275 | 324 | 257 | 13 | 0 | 21 | 21 | 141 | 36 | 114 |
| Binary | 10111101 | 11010100 | 10101111 | 1011 | 0 | 10001 | 10001 | 1100001 | 11110 | 1001100 |
Color Harmonies of #BDD4AF
Complementary color
Monochromatic Colors of #BDD4AF
Black with #BDD4AF
Text Example
Text Example
White with #BDD4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4AF; }
p { color: rgb(189,212,175); }
H1.HeaderClassName
{
color: #BDD4AF;
}
.AnyTagClassName
{
color: #BDD4AF;
}
</style>
background-color css
<style>
a { background-color: #BDD4AF; }
a { background-color: rgb(189,212,175); }
div.DivClassName
{
background-color: #BDD4AF;
}
.BgClassName
{
background-color: #BDD4AF;
}
</style>
border-color css
<style>
span { border-color: #BDD4AF; }
span { border-color: rgb(189,212,175); }
td.TdClassName
{
border-color: #BDD4AF;
}
.TagClassName
{
border-color: #BDD4AF;
}
</style>