Shades of Pixie Green #B4CFA5
Tints of Pixie Green #B4CFA5
RGB
CMYK
RGB Variations
Color information
#B4CFA5 (or 0xB4CFA5) is known color: Pixie Green. HEX triplet: B4, CF and A5. RGB value is (180,207,165). Sum of RGB (Red+Green+Blue) = 180+207+165=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CFA5 is #4B305A. Grayscale: #C2C2C2. Windows color (decimal): -4927579 or 10866612. OLE color: 10866612.
HSL color Cylindrical-coordinate representation of color #B4CFA5: hue angle of 98.57º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4CFA5 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 207 | 165 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.19 |
| HSL | 98.57º | 0.3% | 0.73% | - |
| HSV(B) | 98.57º | 0.2% | 0.81% | - |
| XYZ | 47.93 | 57.05 | 44.08 | - |
| YUV | 194.14 | 111.55 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 165 | 0.13 | 0 | 0.20 | 0.19 | 98.57 | 0.3 | 0.73 |
| Hex | B4 | CF | A5 | D | 0 | 14 | 13 | 63 | 1E | 49 |
| Octal | 264 | 317 | 245 | 15 | 0 | 24 | 23 | 143 | 36 | 111 |
| Binary | 10110100 | 11001111 | 10100101 | 1101 | 0 | 10100 | 10011 | 1100011 | 11110 | 1001001 |
Color Harmonies of #B4CFA5
Complementary color
Monochromatic Colors of #B4CFA5
Black with #B4CFA5
Text Example
Text Example
White with #B4CFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CFA5; }
p { color: rgb(180,207,165); }
H1.HeaderClassName
{
color: #B4CFA5;
}
.AnyTagClassName
{
color: #B4CFA5;
}
</style>
background-color css
<style>
a { background-color: #B4CFA5; }
a { background-color: rgb(180,207,165); }
div.DivClassName
{
background-color: #B4CFA5;
}
.BgClassName
{
background-color: #B4CFA5;
}
</style>
border-color css
<style>
span { border-color: #B4CFA5; }
span { border-color: rgb(180,207,165); }
td.TdClassName
{
border-color: #B4CFA5;
}
.TagClassName
{
border-color: #B4CFA5;
}
</style>