Shades of Pixie Green #BBD6A1
Tints of Pixie Green #BBD6A1
RGB
CMYK
RGB Variations
Color information
#BBD6A1 (or 0xBBD6A1) is known color: Pixie Green. HEX triplet: BB, D6 and A1. RGB value is (187,214,161). Sum of RGB (Red+Green+Blue) = 187+214+161=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD6A1 is #44295E. Grayscale: #C8C8C8. Windows color (decimal): -4467039 or 10606267. OLE color: 10606267.
HSL color Cylindrical-coordinate representation of color #BBD6A1: hue angle of 90.57º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD6A1 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 161 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.16 |
| HSL | 90.57º | 0.39% | 0.74% | - |
| HSV(B) | 90.57º | 0.25% | 0.84% | - |
| XYZ | 50.97 | 61.23 | 42.85 | - |
| YUV | 199.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 161 | 0.13 | 0 | 0.25 | 0.16 | 90.57 | 0.39 | 0.74 |
| Hex | BB | D6 | A1 | D | 0 | 19 | 10 | 5B | 27 | 4A |
| Octal | 273 | 326 | 241 | 15 | 0 | 31 | 20 | 133 | 47 | 112 |
| Binary | 10111011 | 11010110 | 10100001 | 1101 | 0 | 11001 | 10000 | 1011011 | 100111 | 1001010 |
Color Harmonies of #BBD6A1
Complementary color
Monochromatic Colors of #BBD6A1
Black with #BBD6A1
Text Example
Text Example
White with #BBD6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD6A1; }
p { color: rgb(187,214,161); }
H1.HeaderClassName
{
color: #BBD6A1;
}
.AnyTagClassName
{
color: #BBD6A1;
}
</style>
background-color css
<style>
a { background-color: #BBD6A1; }
a { background-color: rgb(187,214,161); }
div.DivClassName
{
background-color: #BBD6A1;
}
.BgClassName
{
background-color: #BBD6A1;
}
</style>
border-color css
<style>
span { border-color: #BBD6A1; }
span { border-color: rgb(187,214,161); }
td.TdClassName
{
border-color: #BBD6A1;
}
.TagClassName
{
border-color: #BBD6A1;
}
</style>