Shades of Pixie Green #B9CFAA
Tints of Pixie Green #B9CFAA
RGB
CMYK
RGB Variations
Color information
#B9CFAA (or 0xB9CFAA) is known color: Pixie Green. HEX triplet: B9, CF and AA. RGB value is (185,207,170). Sum of RGB (Red+Green+Blue) = 185+207+170=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CFAA is #463055. Grayscale: #C4C4C4. Windows color (decimal): -4599894 or 11194297. OLE color: 11194297.
HSL color Cylindrical-coordinate representation of color #B9CFAA: hue angle of 95.68º 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 #B9CFAA is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 170 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.19 |
| HSL | 95.68º | 0.28% | 0.74% | - |
| HSV(B) | 95.68º | 0.18% | 0.81% | - |
| XYZ | 49.58 | 57.84 | 46.58 | - |
| YUV | 196.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 170 | 0.11 | 0 | 0.18 | 0.19 | 95.68 | 0.28 | 0.74 |
| Hex | B9 | CF | AA | B | 0 | 12 | 13 | 60 | 1C | 4A |
| Octal | 271 | 317 | 252 | 13 | 0 | 22 | 23 | 140 | 34 | 112 |
| Binary | 10111001 | 11001111 | 10101010 | 1011 | 0 | 10010 | 10011 | 1100000 | 11100 | 1001010 |
Color Harmonies of #B9CFAA
Complementary color
Monochromatic Colors of #B9CFAA
Black with #B9CFAA
Text Example
Text Example
White with #B9CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFAA; }
p { color: rgb(185,207,170); }
H1.HeaderClassName
{
color: #B9CFAA;
}
.AnyTagClassName
{
color: #B9CFAA;
}
</style>
background-color css
<style>
a { background-color: #B9CFAA; }
a { background-color: rgb(185,207,170); }
div.DivClassName
{
background-color: #B9CFAA;
}
.BgClassName
{
background-color: #B9CFAA;
}
</style>
border-color css
<style>
span { border-color: #B9CFAA; }
span { border-color: rgb(185,207,170); }
td.TdClassName
{
border-color: #B9CFAA;
}
.TagClassName
{
border-color: #B9CFAA;
}
</style>