Shades of Pixie Green #BBD4A9
Tints of Pixie Green #BBD4A9
RGB
CMYK
RGB Variations
Color information
#BBD4A9 (or 0xBBD4A9) is known color: Pixie Green. HEX triplet: BB, D4 and A9. RGB value is (187,212,169). Sum of RGB (Red+Green+Blue) = 187+212+169=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 169 (66.41% from 255 or 29.75% from 568); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD4A9 is #442B56. Grayscale: #C7C7C7. Windows color (decimal): -4467543 or 11130043. OLE color: 11130043.
HSL color Cylindrical-coordinate representation of color #BBD4A9: hue angle of 94.88º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD4A9 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 169 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.17 |
| HSL | 94.88º | 0.33% | 0.75% | - |
| HSV(B) | 94.88º | 0.2% | 0.83% | - |
| XYZ | 51.2 | 60.52 | 46.52 | - |
| YUV | 199.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 169 | 0.12 | 0 | 0.20 | 0.17 | 94.88 | 0.33 | 0.75 |
| Hex | BB | D4 | A9 | C | 0 | 14 | 11 | 5F | 21 | 4B |
| Octal | 273 | 324 | 251 | 14 | 0 | 24 | 21 | 137 | 41 | 113 |
| Binary | 10111011 | 11010100 | 10101001 | 1100 | 0 | 10100 | 10001 | 1011111 | 100001 | 1001011 |
Color Harmonies of #BBD4A9
Complementary color
Monochromatic Colors of #BBD4A9
Black with #BBD4A9
Text Example
Text Example
White with #BBD4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD4A9; }
p { color: rgb(187,212,169); }
H1.HeaderClassName
{
color: #BBD4A9;
}
.AnyTagClassName
{
color: #BBD4A9;
}
</style>
background-color css
<style>
a { background-color: #BBD4A9; }
a { background-color: rgb(187,212,169); }
div.DivClassName
{
background-color: #BBD4A9;
}
.BgClassName
{
background-color: #BBD4A9;
}
</style>
border-color css
<style>
span { border-color: #BBD4A9; }
span { border-color: rgb(187,212,169); }
td.TdClassName
{
border-color: #BBD4A9;
}
.TagClassName
{
border-color: #BBD4A9;
}
</style>