Shades of Pixie Green #B4CFA4
Tints of Pixie Green #B4CFA4
RGB
CMYK
RGB Variations
Color information
#B4CFA4 (or 0xB4CFA4) is known color: Pixie Green. HEX triplet: B4, CF and A4. RGB value is (180,207,164). Sum of RGB (Red+Green+Blue) = 180+207+164=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CFA4 is #4B305B. Grayscale: #C2C2C2. Windows color (decimal): -4927580 or 10801076. OLE color: 10801076.
HSL color Cylindrical-coordinate representation of color #B4CFA4: hue angle of 97.67º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4CFA4 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 207 | 164 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.19 |
| HSL | 97.67º | 0.31% | 0.73% | - |
| HSV(B) | 97.67º | 0.21% | 0.81% | - |
| XYZ | 47.84 | 57.01 | 43.6 | - |
| YUV | 194.03 | 111.05 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 164 | 0.13 | 0 | 0.21 | 0.19 | 97.67 | 0.31 | 0.73 |
| Hex | B4 | CF | A4 | D | 0 | 15 | 13 | 62 | 1F | 49 |
| Octal | 264 | 317 | 244 | 15 | 0 | 25 | 23 | 142 | 37 | 111 |
| Binary | 10110100 | 11001111 | 10100100 | 1101 | 0 | 10101 | 10011 | 1100010 | 11111 | 1001001 |
Color Harmonies of #B4CFA4
Complementary color
Monochromatic Colors of #B4CFA4
Black with #B4CFA4
Text Example
Text Example
White with #B4CFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CFA4; }
p { color: rgb(180,207,164); }
H1.HeaderClassName
{
color: #B4CFA4;
}
.AnyTagClassName
{
color: #B4CFA4;
}
</style>
background-color css
<style>
a { background-color: #B4CFA4; }
a { background-color: rgb(180,207,164); }
div.DivClassName
{
background-color: #B4CFA4;
}
.BgClassName
{
background-color: #B4CFA4;
}
</style>
border-color css
<style>
span { border-color: #B4CFA4; }
span { border-color: rgb(180,207,164); }
td.TdClassName
{
border-color: #B4CFA4;
}
.TagClassName
{
border-color: #B4CFA4;
}
</style>