Shades of Pixie Green #B8CCAC
Tints of Pixie Green #B8CCAC
RGB
CMYK
RGB Variations
Color information
#B8CCAC (or 0xB8CCAC) is known color: Pixie Green. HEX triplet: B8, CC and AC. RGB value is (184,204,172). Sum of RGB (Red+Green+Blue) = 184+204+172=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CCAC is #473353. Grayscale: #C2C2C2. Windows color (decimal): -4666196 or 11324600. OLE color: 11324600.
HSL color Cylindrical-coordinate representation of color #B8CCAC: hue angle of 97.5º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8CCAC is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 172 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.2 |
| HSL | 97.5º | 0.24% | 0.74% | - |
| HSV(B) | 97.5º | 0.16% | 0.8% | - |
| XYZ | 48.81 | 56.35 | 47.33 | - |
| YUV | 194.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 172 | 0.10 | 0 | 0.16 | 0.2 | 97.5 | 0.24 | 0.74 |
| Hex | B8 | CC | AC | A | 0 | 10 | 14 | 62 | 18 | 4A |
| Octal | 270 | 314 | 254 | 12 | 0 | 20 | 24 | 142 | 30 | 112 |
| Binary | 10111000 | 11001100 | 10101100 | 1010 | 0 | 10000 | 10100 | 1100010 | 11000 | 1001010 |
Color Harmonies of #B8CCAC
Complementary color
Monochromatic Colors of #B8CCAC
Black with #B8CCAC
Text Example
Text Example
White with #B8CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CCAC; }
p { color: rgb(184,204,172); }
H1.HeaderClassName
{
color: #B8CCAC;
}
.AnyTagClassName
{
color: #B8CCAC;
}
</style>
background-color css
<style>
a { background-color: #B8CCAC; }
a { background-color: rgb(184,204,172); }
div.DivClassName
{
background-color: #B8CCAC;
}
.BgClassName
{
background-color: #B8CCAC;
}
</style>
border-color css
<style>
span { border-color: #B8CCAC; }
span { border-color: rgb(184,204,172); }
td.TdClassName
{
border-color: #B8CCAC;
}
.TagClassName
{
border-color: #B8CCAC;
}
</style>