Shades of Pixie Green #B7CFAA
Tints of Pixie Green #B7CFAA
RGB
CMYK
RGB Variations
Color information
#B7CFAA (or 0xB7CFAA) is known color: Pixie Green. HEX triplet: B7, CF and AA. RGB value is (183,207,170). Sum of RGB (Red+Green+Blue) = 183+207+170=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CFAA is #483055. Grayscale: #C3C3C3. Windows color (decimal): -4730966 or 11194295. OLE color: 11194295.
HSL color Cylindrical-coordinate representation of color #B7CFAA: hue angle of 98.92º 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 #B7CFAA is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 170 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.19 |
| HSL | 98.92º | 0.28% | 0.74% | - |
| HSV(B) | 98.92º | 0.18% | 0.81% | - |
| XYZ | 49.1 | 57.6 | 46.56 | - |
| YUV | 195.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 170 | 0.12 | 0 | 0.18 | 0.19 | 98.92 | 0.28 | 0.74 |
| Hex | B7 | CF | AA | C | 0 | 12 | 13 | 63 | 1C | 4A |
| Octal | 267 | 317 | 252 | 14 | 0 | 22 | 23 | 143 | 34 | 112 |
| Binary | 10110111 | 11001111 | 10101010 | 1100 | 0 | 10010 | 10011 | 1100011 | 11100 | 1001010 |
Color Harmonies of #B7CFAA
Complementary color
Monochromatic Colors of #B7CFAA
Black with #B7CFAA
Text Example
Text Example
White with #B7CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFAA; }
p { color: rgb(183,207,170); }
H1.HeaderClassName
{
color: #B7CFAA;
}
.AnyTagClassName
{
color: #B7CFAA;
}
</style>
background-color css
<style>
a { background-color: #B7CFAA; }
a { background-color: rgb(183,207,170); }
div.DivClassName
{
background-color: #B7CFAA;
}
.BgClassName
{
background-color: #B7CFAA;
}
</style>
border-color css
<style>
span { border-color: #B7CFAA; }
span { border-color: rgb(183,207,170); }
td.TdClassName
{
border-color: #B7CFAA;
}
.TagClassName
{
border-color: #B7CFAA;
}
</style>