Shades of Pixie Green #B3CDA5
Tints of Pixie Green #B3CDA5
RGB
CMYK
RGB Variations
Color information
#B3CDA5 (or 0xB3CDA5) is known color: Pixie Green. HEX triplet: B3, CD and A5. RGB value is (179,205,165). Sum of RGB (Red+Green+Blue) = 179+205+165=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CDA5 is #4C325A. Grayscale: #C0C0C0. Windows color (decimal): -4993627 or 10866099. OLE color: 10866099.
HSL color Cylindrical-coordinate representation of color #B3CDA5: hue angle of 99º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3CDA5 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 205 | 165 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.20 |
| HSL | 99º | 0.29% | 0.73% | - |
| HSV(B) | 99º | 0.2% | 0.8% | - |
| XYZ | 47.21 | 55.96 | 43.91 | - |
| YUV | 192.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 205 | 165 | 0.13 | 0 | 0.20 | 0.20 | 99 | 0.29 | 0.73 |
| Hex | B3 | CD | A5 | D | 0 | 14 | 14 | 63 | 1D | 49 |
| Octal | 263 | 315 | 245 | 15 | 0 | 24 | 24 | 143 | 35 | 111 |
| Binary | 10110011 | 11001101 | 10100101 | 1101 | 0 | 10100 | 10100 | 1100011 | 11101 | 1001001 |
Color Harmonies of #B3CDA5
Complementary color
Monochromatic Colors of #B3CDA5
Black with #B3CDA5
Text Example
Text Example
White with #B3CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CDA5; }
p { color: rgb(179,205,165); }
H1.HeaderClassName
{
color: #B3CDA5;
}
.AnyTagClassName
{
color: #B3CDA5;
}
</style>
background-color css
<style>
a { background-color: #B3CDA5; }
a { background-color: rgb(179,205,165); }
div.DivClassName
{
background-color: #B3CDA5;
}
.BgClassName
{
background-color: #B3CDA5;
}
</style>
border-color css
<style>
span { border-color: #B3CDA5; }
span { border-color: rgb(179,205,165); }
td.TdClassName
{
border-color: #B3CDA5;
}
.TagClassName
{
border-color: #B3CDA5;
}
</style>