Shades of Pixie Green #B7CFAB
Tints of Pixie Green #B7CFAB
RGB
CMYK
RGB Variations
Color information
#B7CFAB (or 0xB7CFAB) is known color: Pixie Green. HEX triplet: B7, CF and AB. RGB value is (183,207,171). Sum of RGB (Red+Green+Blue) = 183+207+171=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CFAB is #483054. Grayscale: #C3C3C3. Windows color (decimal): -4730965 or 11259831. OLE color: 11259831.
HSL color Cylindrical-coordinate representation of color #B7CFAB: hue angle of 100º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7CFAB is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 171 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.19 |
| HSL | 100º | 0.27% | 0.74% | - |
| HSV(B) | 100º | 0.17% | 0.81% | - |
| XYZ | 49.19 | 57.63 | 47.06 | - |
| YUV | 195.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 171 | 0.12 | 0 | 0.17 | 0.19 | 100 | 0.27 | 0.74 |
| Hex | B7 | CF | AB | C | 0 | 11 | 13 | 64 | 1B | 4A |
| Octal | 267 | 317 | 253 | 14 | 0 | 21 | 23 | 144 | 33 | 112 |
| Binary | 10110111 | 11001111 | 10101011 | 1100 | 0 | 10001 | 10011 | 1100100 | 11011 | 1001010 |
Color Harmonies of #B7CFAB
Complementary color
Monochromatic Colors of #B7CFAB
Black with #B7CFAB
Text Example
Text Example
White with #B7CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFAB; }
p { color: rgb(183,207,171); }
H1.HeaderClassName
{
color: #B7CFAB;
}
.AnyTagClassName
{
color: #B7CFAB;
}
</style>
background-color css
<style>
a { background-color: #B7CFAB; }
a { background-color: rgb(183,207,171); }
div.DivClassName
{
background-color: #B7CFAB;
}
.BgClassName
{
background-color: #B7CFAB;
}
</style>
border-color css
<style>
span { border-color: #B7CFAB; }
span { border-color: rgb(183,207,171); }
td.TdClassName
{
border-color: #B7CFAB;
}
.TagClassName
{
border-color: #B7CFAB;
}
</style>