Shades of Pixie Green #B8CDA6
Tints of Pixie Green #B8CDA6
RGB
CMYK
RGB Variations
Color information
#B8CDA6 (or 0xB8CDA6) is known color: Pixie Green. HEX triplet: B8, CD and A6. RGB value is (184,205,166). Sum of RGB (Red+Green+Blue) = 184+205+166=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CDA6 is #473259. Grayscale: #C2C2C2. Windows color (decimal): -4665946 or 10931640. OLE color: 10931640.
HSL color Cylindrical-coordinate representation of color #B8CDA6: hue angle of 92.31º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8CDA6 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 166 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.20 |
| HSL | 92.31º | 0.28% | 0.73% | - |
| HSV(B) | 92.31º | 0.19% | 0.8% | - |
| XYZ | 48.48 | 56.61 | 44.45 | - |
| YUV | 194.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 166 | 0.10 | 0 | 0.19 | 0.20 | 92.31 | 0.28 | 0.73 |
| Hex | B8 | CD | A6 | A | 0 | 13 | 14 | 5C | 1C | 49 |
| Octal | 270 | 315 | 246 | 12 | 0 | 23 | 24 | 134 | 34 | 111 |
| Binary | 10111000 | 11001101 | 10100110 | 1010 | 0 | 10011 | 10100 | 1011100 | 11100 | 1001001 |
Color Harmonies of #B8CDA6
Complementary color
Monochromatic Colors of #B8CDA6
Black with #B8CDA6
Text Example
Text Example
White with #B8CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDA6; }
p { color: rgb(184,205,166); }
H1.HeaderClassName
{
color: #B8CDA6;
}
.AnyTagClassName
{
color: #B8CDA6;
}
</style>
background-color css
<style>
a { background-color: #B8CDA6; }
a { background-color: rgb(184,205,166); }
div.DivClassName
{
background-color: #B8CDA6;
}
.BgClassName
{
background-color: #B8CDA6;
}
</style>
border-color css
<style>
span { border-color: #B8CDA6; }
span { border-color: rgb(184,205,166); }
td.TdClassName
{
border-color: #B8CDA6;
}
.TagClassName
{
border-color: #B8CDA6;
}
</style>