Shades of Pixie Green #B5CEA3
Tints of Pixie Green #B5CEA3
RGB
CMYK
RGB Variations
Color information
#B5CEA3 (or 0xB5CEA3) is known color: Pixie Green. HEX triplet: B5, CE and A3. RGB value is (181,206,163). Sum of RGB (Red+Green+Blue) = 181+206+163=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 163 (64.06% from 255 or 29.64% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CEA3 is #4A315C. Grayscale: #C1C1C1. Windows color (decimal): -4862301 or 10735285. OLE color: 10735285.
HSL color Cylindrical-coordinate representation of color #B5CEA3: hue angle of 94.88º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5CEA3 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 163 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.19 |
| HSL | 94.88º | 0.3% | 0.72% | - |
| HSV(B) | 94.88º | 0.21% | 0.81% | - |
| XYZ | 47.74 | 56.61 | 43.06 | - |
| YUV | 193.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 163 | 0.12 | 0 | 0.21 | 0.19 | 94.88 | 0.3 | 0.72 |
| Hex | B5 | CE | A3 | C | 0 | 15 | 13 | 5F | 1E | 48 |
| Octal | 265 | 316 | 243 | 14 | 0 | 25 | 23 | 137 | 36 | 110 |
| Binary | 10110101 | 11001110 | 10100011 | 1100 | 0 | 10101 | 10011 | 1011111 | 11110 | 1001000 |
Color Harmonies of #B5CEA3
Complementary color
Monochromatic Colors of #B5CEA3
Black with #B5CEA3
Text Example
Text Example
White with #B5CEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEA3; }
p { color: rgb(181,206,163); }
H1.HeaderClassName
{
color: #B5CEA3;
}
.AnyTagClassName
{
color: #B5CEA3;
}
</style>
background-color css
<style>
a { background-color: #B5CEA3; }
a { background-color: rgb(181,206,163); }
div.DivClassName
{
background-color: #B5CEA3;
}
.BgClassName
{
background-color: #B5CEA3;
}
</style>
border-color css
<style>
span { border-color: #B5CEA3; }
span { border-color: rgb(181,206,163); }
td.TdClassName
{
border-color: #B5CEA3;
}
.TagClassName
{
border-color: #B5CEA3;
}
</style>