Shades of Pixie Green #B9CDAC
Tints of Pixie Green #B9CDAC
RGB
CMYK
RGB Variations
Color information
#B9CDAC (or 0xB9CDAC) is known color: Pixie Green. HEX triplet: B9, CD and AC. RGB value is (185,205,172). Sum of RGB (Red+Green+Blue) = 185+205+172=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CDAC is #463253. Grayscale: #C3C3C3. Windows color (decimal): -4600404 or 11324857. OLE color: 11324857.
HSL color Cylindrical-coordinate representation of color #B9CDAC: hue angle of 96.36º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9CDAC is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
RGB | 185 | 205 | 172 | - |
CMYK | 0.10 | 0 | 0.16 | 0.20 |
HSL | 96.36º | 0.25% | 0.74% | - |
HSV(B) | 96.36º | 0.16% | 0.8% | - |
XYZ | 49.29 | 56.96 | 47.43 | - |
YUV | 195.26 | 114.87 | 120.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 205 | 172 | 0.10 | 0 | 0.16 | 0.20 | 96.36 | 0.25 | 0.74 |
Hex | B9 | CD | AC | A | 0 | 10 | 14 | 60 | 19 | 4A |
Octal | 271 | 315 | 254 | 12 | 0 | 20 | 24 | 140 | 31 | 112 |
Binary | 10111001 | 11001101 | 10101100 | 1010 | 0 | 10000 | 10100 | 1100000 | 11001 | 1001010 |
Color Harmonies of #B9CDAC
Complementary color
Monochromatic Colors of #B9CDAC
Black with #B9CDAC
Text Example
Text Example
White with #B9CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CDAC; }
p { color: rgb(185,205,172); }
H1.HeaderClassName
{
color: #B9CDAC;
}
.AnyTagClassName
{
color: #B9CDAC;
}
</style>
background-color css
<style>
a { background-color: #B9CDAC; }
a { background-color: rgb(185,205,172); }
div.DivClassName
{
background-color: #B9CDAC;
}
.BgClassName
{
background-color: #B9CDAC;
}
</style>
border-color css
<style>
span { border-color: #B9CDAC; }
span { border-color: rgb(185,205,172); }
td.TdClassName
{
border-color: #B9CDAC;
}
.TagClassName
{
border-color: #B9CDAC;
}
</style>