Shades of Pixie Green #BBD5A4
Tints of Pixie Green #BBD5A4
RGB
CMYK
RGB Variations
Color information
#BBD5A4 (or 0xBBD5A4) is known color: Pixie Green. HEX triplet: BB, D5 and A4. RGB value is (187,213,164). Sum of RGB (Red+Green+Blue) = 187+213+164=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD5A4 is #442A5B. Grayscale: #C7C7C7. Windows color (decimal): -4467292 or 10802619. OLE color: 10802619.
HSL color Cylindrical-coordinate representation of color #BBD5A4: hue angle of 91.84º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBD5A4 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 164 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.16 |
| HSL | 91.84º | 0.37% | 0.74% | - |
| HSV(B) | 91.84º | 0.23% | 0.84% | - |
| XYZ | 50.99 | 60.83 | 44.18 | - |
| YUV | 199.64 | 107.89 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 164 | 0.12 | 0 | 0.23 | 0.16 | 91.84 | 0.37 | 0.74 |
| Hex | BB | D5 | A4 | C | 0 | 17 | 10 | 5C | 25 | 4A |
| Octal | 273 | 325 | 244 | 14 | 0 | 27 | 20 | 134 | 45 | 112 |
| Binary | 10111011 | 11010101 | 10100100 | 1100 | 0 | 10111 | 10000 | 1011100 | 100101 | 1001010 |
Color Harmonies of #BBD5A4
Complementary color
Monochromatic Colors of #BBD5A4
Black with #BBD5A4
Text Example
Text Example
White with #BBD5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD5A4; }
p { color: rgb(187,213,164); }
H1.HeaderClassName
{
color: #BBD5A4;
}
.AnyTagClassName
{
color: #BBD5A4;
}
</style>
background-color css
<style>
a { background-color: #BBD5A4; }
a { background-color: rgb(187,213,164); }
div.DivClassName
{
background-color: #BBD5A4;
}
.BgClassName
{
background-color: #BBD5A4;
}
</style>
border-color css
<style>
span { border-color: #BBD5A4; }
span { border-color: rgb(187,213,164); }
td.TdClassName
{
border-color: #BBD5A4;
}
.TagClassName
{
border-color: #BBD5A4;
}
</style>