Shades of Pixie Green #B5CFA8
Tints of Pixie Green #B5CFA8
RGB
CMYK
RGB Variations
Color information
#B5CFA8 (or 0xB5CFA8) is known color: Pixie Green. HEX triplet: B5, CF and A8. RGB value is (181,207,168). Sum of RGB (Red+Green+Blue) = 181+207+168=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CFA8 is #4A3057. Grayscale: #C2C2C2. Windows color (decimal): -4862040 or 11063221. OLE color: 11063221.
HSL color Cylindrical-coordinate representation of color #B5CFA8: hue angle of 100º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5CFA8 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 168 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.19 |
| HSL | 100º | 0.29% | 0.74% | - |
| HSV(B) | 100º | 0.19% | 0.81% | - |
| XYZ | 48.44 | 57.28 | 45.55 | - |
| YUV | 194.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 168 | 0.13 | 0 | 0.19 | 0.19 | 100 | 0.29 | 0.74 |
| Hex | B5 | CF | A8 | D | 0 | 13 | 13 | 64 | 1D | 4A |
| Octal | 265 | 317 | 250 | 15 | 0 | 23 | 23 | 144 | 35 | 112 |
| Binary | 10110101 | 11001111 | 10101000 | 1101 | 0 | 10011 | 10011 | 1100100 | 11101 | 1001010 |
Color Harmonies of #B5CFA8
Complementary color
Monochromatic Colors of #B5CFA8
Black with #B5CFA8
Text Example
Text Example
White with #B5CFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFA8; }
p { color: rgb(181,207,168); }
H1.HeaderClassName
{
color: #B5CFA8;
}
.AnyTagClassName
{
color: #B5CFA8;
}
</style>
background-color css
<style>
a { background-color: #B5CFA8; }
a { background-color: rgb(181,207,168); }
div.DivClassName
{
background-color: #B5CFA8;
}
.BgClassName
{
background-color: #B5CFA8;
}
</style>
border-color css
<style>
span { border-color: #B5CFA8; }
span { border-color: rgb(181,207,168); }
td.TdClassName
{
border-color: #B5CFA8;
}
.TagClassName
{
border-color: #B5CFA8;
}
</style>