Shades of Pixie Green #BBCDA9
Tints of Pixie Green #BBCDA9
RGB
CMYK
RGB Variations
Color information
#BBCDA9 (or 0xBBCDA9) is known color: Pixie Green. HEX triplet: BB, CD and A9. RGB value is (187,205,169). Sum of RGB (Red+Green+Blue) = 187+205+169=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCDA9 is #443256. Grayscale: #C3C3C3. Windows color (decimal): -4469335 or 11128251. OLE color: 11128251.
HSL color Cylindrical-coordinate representation of color #BBCDA9: hue angle of 90º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCDA9 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
RGB | 187 | 205 | 169 | - |
CMYK | 0.09 | 0 | 0.18 | 0.20 |
HSL | 90º | 0.26% | 0.73% | - |
HSV(B) | 90º | 0.18% | 0.8% | - |
XYZ | 49.49 | 57.09 | 45.95 | - |
YUV | 195.51 | 113.04 | 121.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 205 | 169 | 0.09 | 0 | 0.18 | 0.20 | 90 | 0.26 | 0.73 |
Hex | BB | CD | A9 | 9 | 0 | 12 | 14 | 5A | 1A | 49 |
Octal | 273 | 315 | 251 | 11 | 0 | 22 | 24 | 132 | 32 | 111 |
Binary | 10111011 | 11001101 | 10101001 | 1001 | 0 | 10010 | 10100 | 1011010 | 11010 | 1001001 |
Color Harmonies of #BBCDA9
Complementary color
Monochromatic Colors of #BBCDA9
Black with #BBCDA9
Text Example
Text Example
White with #BBCDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDA9; }
p { color: rgb(187,205,169); }
H1.HeaderClassName
{
color: #BBCDA9;
}
.AnyTagClassName
{
color: #BBCDA9;
}
</style>
background-color css
<style>
a { background-color: #BBCDA9; }
a { background-color: rgb(187,205,169); }
div.DivClassName
{
background-color: #BBCDA9;
}
.BgClassName
{
background-color: #BBCDA9;
}
</style>
border-color css
<style>
span { border-color: #BBCDA9; }
span { border-color: rgb(187,205,169); }
td.TdClassName
{
border-color: #BBCDA9;
}
.TagClassName
{
border-color: #BBCDA9;
}
</style>