Shades of Pixie Green #BBD2AD
Tints of Pixie Green #BBD2AD
RGB
CMYK
RGB Variations
Color information
#BBD2AD (or 0xBBD2AD) is known color: Pixie Green. HEX triplet: BB, D2 and AD. RGB value is (187,210,173). Sum of RGB (Red+Green+Blue) = 187+210+173=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD2AD is #442D52. Grayscale: #C7C7C7. Windows color (decimal): -4468051 or 11391675. OLE color: 11391675.
HSL color Cylindrical-coordinate representation of color #BBD2AD: hue angle of 97.3º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBD2AD is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 173 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.18 |
| HSL | 97.3º | 0.29% | 0.75% | - |
| HSV(B) | 97.3º | 0.18% | 0.82% | - |
| XYZ | 51.08 | 59.68 | 48.36 | - |
| YUV | 198.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 173 | 0.11 | 0 | 0.18 | 0.18 | 97.3 | 0.29 | 0.75 |
| Hex | BB | D2 | AD | B | 0 | 12 | 12 | 61 | 1D | 4B |
| Octal | 273 | 322 | 255 | 13 | 0 | 22 | 22 | 141 | 35 | 113 |
| Binary | 10111011 | 11010010 | 10101101 | 1011 | 0 | 10010 | 10010 | 1100001 | 11101 | 1001011 |
Color Harmonies of #BBD2AD
Complementary color
Monochromatic Colors of #BBD2AD
Black with #BBD2AD
Text Example
Text Example
White with #BBD2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2AD; }
p { color: rgb(187,210,173); }
H1.HeaderClassName
{
color: #BBD2AD;
}
.AnyTagClassName
{
color: #BBD2AD;
}
</style>
background-color css
<style>
a { background-color: #BBD2AD; }
a { background-color: rgb(187,210,173); }
div.DivClassName
{
background-color: #BBD2AD;
}
.BgClassName
{
background-color: #BBD2AD;
}
</style>
border-color css
<style>
span { border-color: #BBD2AD; }
span { border-color: rgb(187,210,173); }
td.TdClassName
{
border-color: #BBD2AD;
}
.TagClassName
{
border-color: #BBD2AD;
}
</style>