Shades of Pixie Green #BBD0A8
Tints of Pixie Green #BBD0A8
RGB
CMYK
RGB Variations
Color information
#BBD0A8 (or 0xBBD0A8) is known color: Pixie Green. HEX triplet: BB, D0 and A8. RGB value is (187,208,168). Sum of RGB (Red+Green+Blue) = 187+208+168=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD0A8 is #442F57. Grayscale: #C5C5C5. Windows color (decimal): -4468568 or 11063483. OLE color: 11063483.
HSL color Cylindrical-coordinate representation of color #BBD0A8: hue angle of 91.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBD0A8 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 168 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.18 |
| HSL | 91.5º | 0.3% | 0.74% | - |
| HSV(B) | 91.5º | 0.19% | 0.82% | - |
| XYZ | 50.12 | 58.5 | 45.7 | - |
| YUV | 197.16 | 111.54 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 168 | 0.10 | 0 | 0.19 | 0.18 | 91.5 | 0.3 | 0.74 |
| Hex | BB | D0 | A8 | A | 0 | 13 | 12 | 5C | 1E | 4A |
| Octal | 273 | 320 | 250 | 12 | 0 | 23 | 22 | 134 | 36 | 112 |
| Binary | 10111011 | 11010000 | 10101000 | 1010 | 0 | 10011 | 10010 | 1011100 | 11110 | 1001010 |
Color Harmonies of #BBD0A8
Complementary color
Monochromatic Colors of #BBD0A8
Black with #BBD0A8
Text Example
Text Example
White with #BBD0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0A8; }
p { color: rgb(187,208,168); }
H1.HeaderClassName
{
color: #BBD0A8;
}
.AnyTagClassName
{
color: #BBD0A8;
}
</style>
background-color css
<style>
a { background-color: #BBD0A8; }
a { background-color: rgb(187,208,168); }
div.DivClassName
{
background-color: #BBD0A8;
}
.BgClassName
{
background-color: #BBD0A8;
}
</style>
border-color css
<style>
span { border-color: #BBD0A8; }
span { border-color: rgb(187,208,168); }
td.TdClassName
{
border-color: #BBD0A8;
}
.TagClassName
{
border-color: #BBD0A8;
}
</style>