Shades of Pixie Green #BBD8A1
Tints of Pixie Green #BBD8A1
RGB
CMYK
RGB Variations
Color information
#BBD8A1 (or 0xBBD8A1) is known color: Pixie Green. HEX triplet: BB, D8 and A1. RGB value is (187,216,161). Sum of RGB (Red+Green+Blue) = 187+216+161=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD8A1 is #44275E. Grayscale: #C9C9C9. Windows color (decimal): -4466527 or 10606779. OLE color: 10606779.
HSL color Cylindrical-coordinate representation of color #BBD8A1: hue angle of 91.64º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD8A1 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 161 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.15 |
| HSL | 91.64º | 0.41% | 0.74% | - |
| HSV(B) | 91.64º | 0.25% | 0.85% | - |
| XYZ | 51.48 | 62.25 | 43.02 | - |
| YUV | 201.06 | 105.39 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 161 | 0.13 | 0 | 0.25 | 0.15 | 91.64 | 0.41 | 0.74 |
| Hex | BB | D8 | A1 | D | 0 | 19 | F | 5C | 29 | 4A |
| Octal | 273 | 330 | 241 | 15 | 0 | 31 | 17 | 134 | 51 | 112 |
| Binary | 10111011 | 11011000 | 10100001 | 1101 | 0 | 11001 | 1111 | 1011100 | 101001 | 1001010 |
Color Harmonies of #BBD8A1
Complementary color
Monochromatic Colors of #BBD8A1
Black with #BBD8A1
Text Example
Text Example
White with #BBD8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8A1; }
p { color: rgb(187,216,161); }
H1.HeaderClassName
{
color: #BBD8A1;
}
.AnyTagClassName
{
color: #BBD8A1;
}
</style>
background-color css
<style>
a { background-color: #BBD8A1; }
a { background-color: rgb(187,216,161); }
div.DivClassName
{
background-color: #BBD8A1;
}
.BgClassName
{
background-color: #BBD8A1;
}
</style>
border-color css
<style>
span { border-color: #BBD8A1; }
span { border-color: rgb(187,216,161); }
td.TdClassName
{
border-color: #BBD8A1;
}
.TagClassName
{
border-color: #BBD8A1;
}
</style>