Shades of Pixie Green #B7CDA4
Tints of Pixie Green #B7CDA4
RGB
CMYK
RGB Variations
Color information
#B7CDA4 (or 0xB7CDA4) is known color: Pixie Green. HEX triplet: B7, CD and A4. RGB value is (183,205,164). Sum of RGB (Red+Green+Blue) = 183+205+164=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CDA4 is #48325B. Grayscale: #C1C1C1. Windows color (decimal): -4731484 or 10800567. OLE color: 10800567.
HSL color Cylindrical-coordinate representation of color #B7CDA4: hue angle of 92.2º 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 #B7CDA4 is Cyan = 0.11, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 205 | 164 | - |
| CMYK | 0.11 | 0 | 0.2 | 0.20 |
| HSL | 92.2º | 0.29% | 0.72% | - |
| HSV(B) | 92.2º | 0.2% | 0.8% | - |
| XYZ | 48.06 | 56.41 | 43.48 | - |
| YUV | 193.75 | 111.21 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 164 | 0.11 | 0 | 0.2 | 0.20 | 92.2 | 0.29 | 0.72 |
| Hex | B7 | CD | A4 | B | 0 | 14 | 14 | 5C | 1D | 48 |
| Octal | 267 | 315 | 244 | 13 | 0 | 24 | 24 | 134 | 35 | 110 |
| Binary | 10110111 | 11001101 | 10100100 | 1011 | 0 | 10100 | 10100 | 1011100 | 11101 | 1001000 |
Color Harmonies of #B7CDA4
Complementary color
Monochromatic Colors of #B7CDA4
Black with #B7CDA4
Text Example
Text Example
White with #B7CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CDA4; }
p { color: rgb(183,205,164); }
H1.HeaderClassName
{
color: #B7CDA4;
}
.AnyTagClassName
{
color: #B7CDA4;
}
</style>
background-color css
<style>
a { background-color: #B7CDA4; }
a { background-color: rgb(183,205,164); }
div.DivClassName
{
background-color: #B7CDA4;
}
.BgClassName
{
background-color: #B7CDA4;
}
</style>
border-color css
<style>
span { border-color: #B7CDA4; }
span { border-color: rgb(183,205,164); }
td.TdClassName
{
border-color: #B7CDA4;
}
.TagClassName
{
border-color: #B7CDA4;
}
</style>