Shades of Pixie Green #BDCFAA
Tints of Pixie Green #BDCFAA
RGB
CMYK
RGB Variations
Color information
#BDCFAA (or 0xBDCFAA) is known color: Pixie Green. HEX triplet: BD, CF and AA. RGB value is (189,207,170). Sum of RGB (Red+Green+Blue) = 189+207+170=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCFAA is #423055. Grayscale: #C5C5C5. Windows color (decimal): -4337750 or 11194301. OLE color: 11194301.
HSL color Cylindrical-coordinate representation of color #BDCFAA: hue angle of 89.19º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDCFAA is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 170 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.19 |
| HSL | 89.19º | 0.28% | 0.74% | - |
| HSV(B) | 89.19º | 0.18% | 0.81% | - |
| XYZ | 50.55 | 58.35 | 46.63 | - |
| YUV | 197.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 170 | 0.09 | 0 | 0.18 | 0.19 | 89.19 | 0.28 | 0.74 |
| Hex | BD | CF | AA | 9 | 0 | 12 | 13 | 59 | 1C | 4A |
| Octal | 275 | 317 | 252 | 11 | 0 | 22 | 23 | 131 | 34 | 112 |
| Binary | 10111101 | 11001111 | 10101010 | 1001 | 0 | 10010 | 10011 | 1011001 | 11100 | 1001010 |
Color Harmonies of #BDCFAA
Complementary color
Monochromatic Colors of #BDCFAA
Black with #BDCFAA
Text Example
Text Example
White with #BDCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFAA; }
p { color: rgb(189,207,170); }
H1.HeaderClassName
{
color: #BDCFAA;
}
.AnyTagClassName
{
color: #BDCFAA;
}
</style>
background-color css
<style>
a { background-color: #BDCFAA; }
a { background-color: rgb(189,207,170); }
div.DivClassName
{
background-color: #BDCFAA;
}
.BgClassName
{
background-color: #BDCFAA;
}
</style>
border-color css
<style>
span { border-color: #BDCFAA; }
span { border-color: rgb(189,207,170); }
td.TdClassName
{
border-color: #BDCFAA;
}
.TagClassName
{
border-color: #BDCFAA;
}
</style>