Shades of Pixie Green #BBD1A3
Tints of Pixie Green #BBD1A3
RGB
CMYK
RGB Variations
Color information
#BBD1A3 (or 0xBBD1A3) is known color: Pixie Green. HEX triplet: BB, D1 and A3. RGB value is (187,209,163). Sum of RGB (Red+Green+Blue) = 187+209+163=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 163 (64.06% from 255 or 29.16% from 559); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD1A3 is #442E5C. Grayscale: #C5C5C5. Windows color (decimal): -4468317 or 10736059. OLE color: 10736059.
HSL color Cylindrical-coordinate representation of color #BBD1A3: hue angle of 88.7º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBD1A3 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 209 | 163 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.18 |
| HSL | 88.7º | 0.33% | 0.73% | - |
| HSV(B) | 88.7º | 0.22% | 0.82% | - |
| XYZ | 49.9 | 58.81 | 43.37 | - |
| YUV | 197.18 | 108.71 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 163 | 0.11 | 0 | 0.22 | 0.18 | 88.7 | 0.33 | 0.73 |
| Hex | BB | D1 | A3 | B | 0 | 16 | 12 | 59 | 21 | 49 |
| Octal | 273 | 321 | 243 | 13 | 0 | 26 | 22 | 131 | 41 | 111 |
| Binary | 10111011 | 11010001 | 10100011 | 1011 | 0 | 10110 | 10010 | 1011001 | 100001 | 1001001 |
Color Harmonies of #BBD1A3
Complementary color
Monochromatic Colors of #BBD1A3
Black with #BBD1A3
Text Example
Text Example
White with #BBD1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD1A3; }
p { color: rgb(187,209,163); }
H1.HeaderClassName
{
color: #BBD1A3;
}
.AnyTagClassName
{
color: #BBD1A3;
}
</style>
background-color css
<style>
a { background-color: #BBD1A3; }
a { background-color: rgb(187,209,163); }
div.DivClassName
{
background-color: #BBD1A3;
}
.BgClassName
{
background-color: #BBD1A3;
}
</style>
border-color css
<style>
span { border-color: #BBD1A3; }
span { border-color: rgb(187,209,163); }
td.TdClassName
{
border-color: #BBD1A3;
}
.TagClassName
{
border-color: #BBD1A3;
}
</style>