Shades of Pixie Green #B1CDA4
Tints of Pixie Green #B1CDA4
RGB
CMYK
RGB Variations
Color information
#B1CDA4 (or 0xB1CDA4) is known color: Pixie Green. HEX triplet: B1, CD and A4. RGB value is (177,205,164). Sum of RGB (Red+Green+Blue) = 177+205+164=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CDA4 is #4E325B. Grayscale: #C0C0C0. Windows color (decimal): -5124700 or 10800561. OLE color: 10800561.
HSL color Cylindrical-coordinate representation of color #B1CDA4: hue angle of 100.98º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1CDA4 is Cyan = 0.14, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 205 | 164 | - |
| CMYK | 0.14 | 0 | 0.2 | 0.20 |
| HSL | 100.98º | 0.29% | 0.72% | - |
| HSV(B) | 100.98º | 0.2% | 0.8% | - |
| XYZ | 46.66 | 55.69 | 43.41 | - |
| YUV | 191.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 205 | 164 | 0.14 | 0 | 0.2 | 0.20 | 100.98 | 0.29 | 0.72 |
| Hex | B1 | CD | A4 | E | 0 | 14 | 14 | 65 | 1D | 48 |
| Octal | 261 | 315 | 244 | 16 | 0 | 24 | 24 | 145 | 35 | 110 |
| Binary | 10110001 | 11001101 | 10100100 | 1110 | 0 | 10100 | 10100 | 1100101 | 11101 | 1001000 |
Color Harmonies of #B1CDA4
Complementary color
Monochromatic Colors of #B1CDA4
Black with #B1CDA4
Text Example
Text Example
White with #B1CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CDA4; }
p { color: rgb(177,205,164); }
H1.HeaderClassName
{
color: #B1CDA4;
}
.AnyTagClassName
{
color: #B1CDA4;
}
</style>
background-color css
<style>
a { background-color: #B1CDA4; }
a { background-color: rgb(177,205,164); }
div.DivClassName
{
background-color: #B1CDA4;
}
.BgClassName
{
background-color: #B1CDA4;
}
</style>
border-color css
<style>
span { border-color: #B1CDA4; }
span { border-color: rgb(177,205,164); }
td.TdClassName
{
border-color: #B1CDA4;
}
.TagClassName
{
border-color: #B1CDA4;
}
</style>