Shades of Pixie Green #B6CFAA
Tints of Pixie Green #B6CFAA
RGB
CMYK
RGB Variations
Color information
#B6CFAA (or 0xB6CFAA) is known color: Pixie Green. HEX triplet: B6, CF and AA. RGB value is (182,207,170). Sum of RGB (Red+Green+Blue) = 182+207+170=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CFAA is #493055. Grayscale: #C3C3C3. Windows color (decimal): -4796502 or 11194294. OLE color: 11194294.
HSL color Cylindrical-coordinate representation of color #B6CFAA: hue angle of 100.54º 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 #B6CFAA is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 207 | 170 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.19 |
| HSL | 100.54º | 0.28% | 0.74% | - |
| HSV(B) | 100.54º | 0.18% | 0.81% | - |
| XYZ | 48.86 | 57.47 | 46.55 | - |
| YUV | 195.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 207 | 170 | 0.12 | 0 | 0.18 | 0.19 | 100.54 | 0.28 | 0.74 |
| Hex | B6 | CF | AA | C | 0 | 12 | 13 | 65 | 1C | 4A |
| Octal | 266 | 317 | 252 | 14 | 0 | 22 | 23 | 145 | 34 | 112 |
| Binary | 10110110 | 11001111 | 10101010 | 1100 | 0 | 10010 | 10011 | 1100101 | 11100 | 1001010 |
Color Harmonies of #B6CFAA
Complementary color
Monochromatic Colors of #B6CFAA
Black with #B6CFAA
Text Example
Text Example
White with #B6CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CFAA; }
p { color: rgb(182,207,170); }
H1.HeaderClassName
{
color: #B6CFAA;
}
.AnyTagClassName
{
color: #B6CFAA;
}
</style>
background-color css
<style>
a { background-color: #B6CFAA; }
a { background-color: rgb(182,207,170); }
div.DivClassName
{
background-color: #B6CFAA;
}
.BgClassName
{
background-color: #B6CFAA;
}
</style>
border-color css
<style>
span { border-color: #B6CFAA; }
span { border-color: rgb(182,207,170); }
td.TdClassName
{
border-color: #B6CFAA;
}
.TagClassName
{
border-color: #B6CFAA;
}
</style>