Shades of Pixie Green #BBD2A4
Tints of Pixie Green #BBD2A4
RGB
CMYK
RGB Variations
Color information
#BBD2A4 (or 0xBBD2A4) is known color: Pixie Green. HEX triplet: BB, D2 and A4. RGB value is (187,210,164). Sum of RGB (Red+Green+Blue) = 187+210+164=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD2A4 is #442D5B. Grayscale: #C6C6C6. Windows color (decimal): -4468060 or 10801851. OLE color: 10801851.
HSL color Cylindrical-coordinate representation of color #BBD2A4: hue angle of 90º degrees, saturation: 0.34, 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 #BBD2A4 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 164 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.18 |
| HSL | 90º | 0.34% | 0.73% | - |
| HSV(B) | 90º | 0.22% | 0.82% | - |
| XYZ | 50.24 | 59.34 | 43.93 | - |
| YUV | 197.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 164 | 0.11 | 0 | 0.22 | 0.18 | 90 | 0.34 | 0.73 |
| Hex | BB | D2 | A4 | B | 0 | 16 | 12 | 5A | 22 | 49 |
| Octal | 273 | 322 | 244 | 13 | 0 | 26 | 22 | 132 | 42 | 111 |
| Binary | 10111011 | 11010010 | 10100100 | 1011 | 0 | 10110 | 10010 | 1011010 | 100010 | 1001001 |
Color Harmonies of #BBD2A4
Complementary color
Monochromatic Colors of #BBD2A4
Black with #BBD2A4
Text Example
Text Example
White with #BBD2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2A4; }
p { color: rgb(187,210,164); }
H1.HeaderClassName
{
color: #BBD2A4;
}
.AnyTagClassName
{
color: #BBD2A4;
}
</style>
background-color css
<style>
a { background-color: #BBD2A4; }
a { background-color: rgb(187,210,164); }
div.DivClassName
{
background-color: #BBD2A4;
}
.BgClassName
{
background-color: #BBD2A4;
}
</style>
border-color css
<style>
span { border-color: #BBD2A4; }
span { border-color: rgb(187,210,164); }
td.TdClassName
{
border-color: #BBD2A4;
}
.TagClassName
{
border-color: #BBD2A4;
}
</style>