Shades of Pixie Green #B7CDA3
Tints of Pixie Green #B7CDA3
RGB
CMYK
RGB Variations
Color information
#B7CDA3 (or 0xB7CDA3) is known color: Pixie Green. HEX triplet: B7, CD and A3. RGB value is (183,205,163). Sum of RGB (Red+Green+Blue) = 183+205+163=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 163 (64.06% from 255 or 29.58% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CDA3 is #48325C. Grayscale: #C1C1C1. Windows color (decimal): -4731485 or 10735031. OLE color: 10735031.
HSL color Cylindrical-coordinate representation of color #B7CDA3: hue angle of 91.43º degrees, saturation: 0.3, 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 #B7CDA3 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 205 | 163 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.20 |
| HSL | 91.43º | 0.3% | 0.72% | - |
| HSV(B) | 91.43º | 0.2% | 0.8% | - |
| XYZ | 47.97 | 56.37 | 43 | - |
| YUV | 193.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 163 | 0.11 | 0 | 0.20 | 0.20 | 91.43 | 0.3 | 0.72 |
| Hex | B7 | CD | A3 | B | 0 | 14 | 14 | 5B | 1E | 48 |
| Octal | 267 | 315 | 243 | 13 | 0 | 24 | 24 | 133 | 36 | 110 |
| Binary | 10110111 | 11001101 | 10100011 | 1011 | 0 | 10100 | 10100 | 1011011 | 11110 | 1001000 |
Color Harmonies of #B7CDA3
Complementary color
Monochromatic Colors of #B7CDA3
Black with #B7CDA3
Text Example
Text Example
White with #B7CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CDA3; }
p { color: rgb(183,205,163); }
H1.HeaderClassName
{
color: #B7CDA3;
}
.AnyTagClassName
{
color: #B7CDA3;
}
</style>
background-color css
<style>
a { background-color: #B7CDA3; }
a { background-color: rgb(183,205,163); }
div.DivClassName
{
background-color: #B7CDA3;
}
.BgClassName
{
background-color: #B7CDA3;
}
</style>
border-color css
<style>
span { border-color: #B7CDA3; }
span { border-color: rgb(183,205,163); }
td.TdClassName
{
border-color: #B7CDA3;
}
.TagClassName
{
border-color: #B7CDA3;
}
</style>