Shades of Pixie Green #B9CFAE
Tints of Pixie Green #B9CFAE
RGB
CMYK
RGB Variations
Color information
#B9CFAE (or 0xB9CFAE) is known color: Pixie Green. HEX triplet: B9, CF and AE. RGB value is (185,207,174). Sum of RGB (Red+Green+Blue) = 185+207+174=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CFAE is #463051. Grayscale: #C4C4C4. Windows color (decimal): -4599890 or 11456441. OLE color: 11456441.
HSL color Cylindrical-coordinate representation of color #B9CFAE: hue angle of 100º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9CFAE is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 174 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.19 |
| HSL | 100º | 0.26% | 0.75% | - |
| HSV(B) | 100º | 0.16% | 0.81% | - |
| XYZ | 49.96 | 58 | 48.61 | - |
| YUV | 196.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 174 | 0.11 | 0 | 0.16 | 0.19 | 100 | 0.26 | 0.75 |
| Hex | B9 | CF | AE | B | 0 | 10 | 13 | 64 | 1A | 4B |
| Octal | 271 | 317 | 256 | 13 | 0 | 20 | 23 | 144 | 32 | 113 |
| Binary | 10111001 | 11001111 | 10101110 | 1011 | 0 | 10000 | 10011 | 1100100 | 11010 | 1001011 |
Color Harmonies of #B9CFAE
Complementary color
Monochromatic Colors of #B9CFAE
Black with #B9CFAE
Text Example
Text Example
White with #B9CFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFAE; }
p { color: rgb(185,207,174); }
H1.HeaderClassName
{
color: #B9CFAE;
}
.AnyTagClassName
{
color: #B9CFAE;
}
</style>
background-color css
<style>
a { background-color: #B9CFAE; }
a { background-color: rgb(185,207,174); }
div.DivClassName
{
background-color: #B9CFAE;
}
.BgClassName
{
background-color: #B9CFAE;
}
</style>
border-color css
<style>
span { border-color: #B9CFAE; }
span { border-color: rgb(185,207,174); }
td.TdClassName
{
border-color: #B9CFAE;
}
.TagClassName
{
border-color: #B9CFAE;
}
</style>