Shades of Pixie Green #BBD6A5
Tints of Pixie Green #BBD6A5
RGB
CMYK
RGB Variations
Color information
#BBD6A5 (or 0xBBD6A5) is known color: Pixie Green. HEX triplet: BB, D6 and A5. RGB value is (187,214,165). Sum of RGB (Red+Green+Blue) = 187+214+165=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 165 (64.84% from 255 or 29.15% from 566); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD6A5 is #44295A. Grayscale: #C8C8C8. Windows color (decimal): -4467035 or 10868411. OLE color: 10868411.
HSL color Cylindrical-coordinate representation of color #BBD6A5: hue angle of 93.06º 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 #BBD6A5 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 165 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.16 |
| HSL | 93.06º | 0.37% | 0.74% | - |
| HSV(B) | 93.06º | 0.23% | 0.84% | - |
| XYZ | 51.33 | 61.37 | 44.74 | - |
| YUV | 200.34 | 108.05 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 165 | 0.13 | 0 | 0.23 | 0.16 | 93.06 | 0.37 | 0.74 |
| Hex | BB | D6 | A5 | D | 0 | 17 | 10 | 5D | 25 | 4A |
| Octal | 273 | 326 | 245 | 15 | 0 | 27 | 20 | 135 | 45 | 112 |
| Binary | 10111011 | 11010110 | 10100101 | 1101 | 0 | 10111 | 10000 | 1011101 | 100101 | 1001010 |
Color Harmonies of #BBD6A5
Complementary color
Monochromatic Colors of #BBD6A5
Black with #BBD6A5
Text Example
Text Example
White with #BBD6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD6A5; }
p { color: rgb(187,214,165); }
H1.HeaderClassName
{
color: #BBD6A5;
}
.AnyTagClassName
{
color: #BBD6A5;
}
</style>
background-color css
<style>
a { background-color: #BBD6A5; }
a { background-color: rgb(187,214,165); }
div.DivClassName
{
background-color: #BBD6A5;
}
.BgClassName
{
background-color: #BBD6A5;
}
</style>
border-color css
<style>
span { border-color: #BBD6A5; }
span { border-color: rgb(187,214,165); }
td.TdClassName
{
border-color: #BBD6A5;
}
.TagClassName
{
border-color: #BBD6A5;
}
</style>