Shades of Pixie Green #BBD8A5
Tints of Pixie Green #BBD8A5
RGB
CMYK
RGB Variations
Color information
#BBD8A5 (or 0xBBD8A5) is known color: Pixie Green. HEX triplet: BB, D8 and A5. RGB value is (187,216,165). Sum of RGB (Red+Green+Blue) = 187+216+165=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 165 (64.84% from 255 or 29.05% from 568); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD8A5 is #44275A. Grayscale: #C9C9C9. Windows color (decimal): -4466523 or 10868923. OLE color: 10868923.
HSL color Cylindrical-coordinate representation of color #BBD8A5: hue angle of 94.12º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBD8A5 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 165 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.15 |
| HSL | 94.12º | 0.4% | 0.75% | - |
| HSV(B) | 94.12º | 0.24% | 0.85% | - |
| XYZ | 51.84 | 62.39 | 44.91 | - |
| YUV | 201.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 165 | 0.13 | 0 | 0.24 | 0.15 | 94.12 | 0.4 | 0.75 |
| Hex | BB | D8 | A5 | D | 0 | 18 | F | 5E | 28 | 4B |
| Octal | 273 | 330 | 245 | 15 | 0 | 30 | 17 | 136 | 50 | 113 |
| Binary | 10111011 | 11011000 | 10100101 | 1101 | 0 | 11000 | 1111 | 1011110 | 101000 | 1001011 |
Color Harmonies of #BBD8A5
Complementary color
Monochromatic Colors of #BBD8A5
Black with #BBD8A5
Text Example
Text Example
White with #BBD8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8A5; }
p { color: rgb(187,216,165); }
H1.HeaderClassName
{
color: #BBD8A5;
}
.AnyTagClassName
{
color: #BBD8A5;
}
</style>
background-color css
<style>
a { background-color: #BBD8A5; }
a { background-color: rgb(187,216,165); }
div.DivClassName
{
background-color: #BBD8A5;
}
.BgClassName
{
background-color: #BBD8A5;
}
</style>
border-color css
<style>
span { border-color: #BBD8A5; }
span { border-color: rgb(187,216,165); }
td.TdClassName
{
border-color: #BBD8A5;
}
.TagClassName
{
border-color: #BBD8A5;
}
</style>