Shades of Pixie Green #B8CBA1
Tints of Pixie Green #B8CBA1
RGB
CMYK
RGB Variations
Color information
#B8CBA1 (or 0xB8CBA1) is known color: Pixie Green. HEX triplet: B8, CB and A1. RGB value is (184,203,161). Sum of RGB (Red+Green+Blue) = 184+203+161=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 161 (63.28% from 255 or 29.38% from 548); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CBA1 is #47345E. Grayscale: #C0C0C0. Windows color (decimal): -4666463 or 10603448. OLE color: 10603448.
HSL color Cylindrical-coordinate representation of color #B8CBA1: hue angle of 87.14º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8CBA1 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
RGB | 184 | 203 | 161 | - |
CMYK | 0.09 | 0 | 0.21 | 0.20 |
HSL | 87.14º | 0.29% | 0.71% | - |
HSV(B) | 87.14º | 0.21% | 0.8% | - |
XYZ | 47.56 | 55.48 | 41.92 | - |
YUV | 192.53 | 110.21 | 121.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 203 | 161 | 0.09 | 0 | 0.21 | 0.20 | 87.14 | 0.29 | 0.71 |
Hex | B8 | CB | A1 | 9 | 0 | 15 | 14 | 57 | 1D | 47 |
Octal | 270 | 313 | 241 | 11 | 0 | 25 | 24 | 127 | 35 | 107 |
Binary | 10111000 | 11001011 | 10100001 | 1001 | 0 | 10101 | 10100 | 1010111 | 11101 | 1000111 |
Color Harmonies of #B8CBA1
Complementary color
Monochromatic Colors of #B8CBA1
Black with #B8CBA1
Text Example
Text Example
White with #B8CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBA1; }
p { color: rgb(184,203,161); }
H1.HeaderClassName
{
color: #B8CBA1;
}
.AnyTagClassName
{
color: #B8CBA1;
}
</style>
background-color css
<style>
a { background-color: #B8CBA1; }
a { background-color: rgb(184,203,161); }
div.DivClassName
{
background-color: #B8CBA1;
}
.BgClassName
{
background-color: #B8CBA1;
}
</style>
border-color css
<style>
span { border-color: #B8CBA1; }
span { border-color: rgb(184,203,161); }
td.TdClassName
{
border-color: #B8CBA1;
}
.TagClassName
{
border-color: #B8CBA1;
}
</style>