Shades of Pixie Green #BBD0A4
Tints of Pixie Green #BBD0A4
RGB
CMYK
RGB Variations
Color information
#BBD0A4 (or 0xBBD0A4) is known color: Pixie Green. HEX triplet: BB, D0 and A4. RGB value is (187,208,164). Sum of RGB (Red+Green+Blue) = 187+208+164=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD0A4 is #442F5B. Grayscale: #C4C4C4. Windows color (decimal): -4468572 or 10801339. OLE color: 10801339.
HSL color Cylindrical-coordinate representation of color #BBD0A4: hue angle of 88.64º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBD0A4 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 164 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.18 |
| HSL | 88.64º | 0.32% | 0.73% | - |
| HSV(B) | 88.64º | 0.21% | 0.82% | - |
| XYZ | 49.75 | 58.36 | 43.76 | - |
| YUV | 196.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 164 | 0.10 | 0 | 0.21 | 0.18 | 88.64 | 0.32 | 0.73 |
| Hex | BB | D0 | A4 | A | 0 | 15 | 12 | 59 | 20 | 49 |
| Octal | 273 | 320 | 244 | 12 | 0 | 25 | 22 | 131 | 40 | 111 |
| Binary | 10111011 | 11010000 | 10100100 | 1010 | 0 | 10101 | 10010 | 1011001 | 100000 | 1001001 |
Color Harmonies of #BBD0A4
Complementary color
Monochromatic Colors of #BBD0A4
Black with #BBD0A4
Text Example
Text Example
White with #BBD0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0A4; }
p { color: rgb(187,208,164); }
H1.HeaderClassName
{
color: #BBD0A4;
}
.AnyTagClassName
{
color: #BBD0A4;
}
</style>
background-color css
<style>
a { background-color: #BBD0A4; }
a { background-color: rgb(187,208,164); }
div.DivClassName
{
background-color: #BBD0A4;
}
.BgClassName
{
background-color: #BBD0A4;
}
</style>
border-color css
<style>
span { border-color: #BBD0A4; }
span { border-color: rgb(187,208,164); }
td.TdClassName
{
border-color: #BBD0A4;
}
.TagClassName
{
border-color: #BBD0A4;
}
</style>