Shades of Pixie Green #BBD6A7
Tints of Pixie Green #BBD6A7
RGB
CMYK
RGB Variations
Color information
#BBD6A7 (or 0xBBD6A7) is known color: Pixie Green. HEX triplet: BB, D6 and A7. RGB value is (187,214,167). Sum of RGB (Red+Green+Blue) = 187+214+167=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 167 (65.62% from 255 or 29.40% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD6A7 is #442958. Grayscale: #C8C8C8. Windows color (decimal): -4467033 or 10999483. OLE color: 10999483.
HSL color Cylindrical-coordinate representation of color #BBD6A7: hue angle of 94.47º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBD6A7 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 167 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.16 |
| HSL | 94.47º | 0.36% | 0.75% | - |
| HSV(B) | 94.47º | 0.22% | 0.84% | - |
| XYZ | 51.52 | 61.45 | 45.7 | - |
| YUV | 200.57 | 109.05 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 167 | 0.13 | 0 | 0.22 | 0.16 | 94.47 | 0.36 | 0.75 |
| Hex | BB | D6 | A7 | D | 0 | 16 | 10 | 5E | 24 | 4B |
| Octal | 273 | 326 | 247 | 15 | 0 | 26 | 20 | 136 | 44 | 113 |
| Binary | 10111011 | 11010110 | 10100111 | 1101 | 0 | 10110 | 10000 | 1011110 | 100100 | 1001011 |
Color Harmonies of #BBD6A7
Complementary color
Monochromatic Colors of #BBD6A7
Black with #BBD6A7
Text Example
Text Example
White with #BBD6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD6A7; }
p { color: rgb(187,214,167); }
H1.HeaderClassName
{
color: #BBD6A7;
}
.AnyTagClassName
{
color: #BBD6A7;
}
</style>
background-color css
<style>
a { background-color: #BBD6A7; }
a { background-color: rgb(187,214,167); }
div.DivClassName
{
background-color: #BBD6A7;
}
.BgClassName
{
background-color: #BBD6A7;
}
</style>
border-color css
<style>
span { border-color: #BBD6A7; }
span { border-color: rgb(187,214,167); }
td.TdClassName
{
border-color: #BBD6A7;
}
.TagClassName
{
border-color: #BBD6A7;
}
</style>