Shades of Pixie Green #BBDF98
Tints of Pixie Green #BBDF98
RGB
CMYK
RGB Variations
Color information
#BBDF98 (or 0xBBDF98) is known color: Pixie Green. HEX triplet: BB, DF and 98. RGB value is (187,223,152). Sum of RGB (Red+Green+Blue) = 187+223+152=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF98 is #442067. Grayscale: #CCCCCC. Windows color (decimal): -4464744 or 10018747. OLE color: 10018747.
HSL color Cylindrical-coordinate representation of color #BBDF98: hue angle of 90.42º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBDF98 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 152 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.13 |
| HSL | 90.42º | 0.53% | 0.74% | - |
| HSV(B) | 90.42º | 0.32% | 0.87% | - |
| XYZ | 52.55 | 65.61 | 39.6 | - |
| YUV | 204.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 152 | 0.16 | 0 | 0.32 | 0.13 | 90.42 | 0.53 | 0.74 |
| Hex | BB | DF | 98 | 10 | 0 | 20 | D | 5A | 35 | 4A |
| Octal | 273 | 337 | 230 | 20 | 0 | 40 | 15 | 132 | 65 | 112 |
| Binary | 10111011 | 11011111 | 10011000 | 10000 | 0 | 100000 | 1101 | 1011010 | 110101 | 1001010 |
Color Harmonies of #BBDF98
Complementary color
Monochromatic Colors of #BBDF98
Black with #BBDF98
Text Example
Text Example
White with #BBDF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF98; }
p { color: rgb(187,223,152); }
H1.HeaderClassName
{
color: #BBDF98;
}
.AnyTagClassName
{
color: #BBDF98;
}
</style>
background-color css
<style>
a { background-color: #BBDF98; }
a { background-color: rgb(187,223,152); }
div.DivClassName
{
background-color: #BBDF98;
}
.BgClassName
{
background-color: #BBDF98;
}
</style>
border-color css
<style>
span { border-color: #BBDF98; }
span { border-color: rgb(187,223,152); }
td.TdClassName
{
border-color: #BBDF98;
}
.TagClassName
{
border-color: #BBDF98;
}
</style>