Shades of Pixie Green #B8CFA7
Tints of Pixie Green #B8CFA7
RGB
CMYK
RGB Variations
Color information
#B8CFA7 (or 0xB8CFA7) is known color: Pixie Green. HEX triplet: B8, CF and A7. RGB value is (184,207,167). Sum of RGB (Red+Green+Blue) = 184+207+167=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CFA7 is #473058. Grayscale: #C3C3C3. Windows color (decimal): -4665433 or 10997688. OLE color: 10997688.
HSL color Cylindrical-coordinate representation of color #B8CFA7: hue angle of 94.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8CFA7 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 207 | 167 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.19 |
| HSL | 94.5º | 0.29% | 0.73% | - |
| HSV(B) | 94.5º | 0.19% | 0.81% | - |
| XYZ | 49.06 | 57.61 | 45.09 | - |
| YUV | 195.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 167 | 0.11 | 0 | 0.19 | 0.19 | 94.5 | 0.29 | 0.73 |
| Hex | B8 | CF | A7 | B | 0 | 13 | 13 | 5E | 1D | 49 |
| Octal | 270 | 317 | 247 | 13 | 0 | 23 | 23 | 136 | 35 | 111 |
| Binary | 10111000 | 11001111 | 10100111 | 1011 | 0 | 10011 | 10011 | 1011110 | 11101 | 1001001 |
Color Harmonies of #B8CFA7
Complementary color
Monochromatic Colors of #B8CFA7
Black with #B8CFA7
Text Example
Text Example
White with #B8CFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFA7; }
p { color: rgb(184,207,167); }
H1.HeaderClassName
{
color: #B8CFA7;
}
.AnyTagClassName
{
color: #B8CFA7;
}
</style>
background-color css
<style>
a { background-color: #B8CFA7; }
a { background-color: rgb(184,207,167); }
div.DivClassName
{
background-color: #B8CFA7;
}
.BgClassName
{
background-color: #B8CFA7;
}
</style>
border-color css
<style>
span { border-color: #B8CFA7; }
span { border-color: rgb(184,207,167); }
td.TdClassName
{
border-color: #B8CFA7;
}
.TagClassName
{
border-color: #B8CFA7;
}
</style>