Shades of Pixie Green #BCDF99
Tints of Pixie Green #BCDF99
RGB
CMYK
RGB Variations
Color information
#BCDF99 (or 0xBCDF99) is known color: Pixie Green. HEX triplet: BC, DF and 99. RGB value is (188,223,153). Sum of RGB (Red+Green+Blue) = 188+223+153=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF99 is #432066. Grayscale: #CCCCCC. Windows color (decimal): -4399207 or 10084284. OLE color: 10084284.
HSL color Cylindrical-coordinate representation of color #BCDF99: hue angle of 90º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCDF99 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 153 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.13 |
| HSL | 90º | 0.52% | 0.74% | - |
| HSV(B) | 90º | 0.31% | 0.87% | - |
| XYZ | 52.88 | 65.77 | 40.04 | - |
| YUV | 204.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 153 | 0.16 | 0 | 0.31 | 0.13 | 90 | 0.52 | 0.74 |
| Hex | BC | DF | 99 | 10 | 0 | 1F | D | 5A | 34 | 4A |
| Octal | 274 | 337 | 231 | 20 | 0 | 37 | 15 | 132 | 64 | 112 |
| Binary | 10111100 | 11011111 | 10011001 | 10000 | 0 | 11111 | 1101 | 1011010 | 110100 | 1001010 |
Color Harmonies of #BCDF99
Complementary color
Monochromatic Colors of #BCDF99
Black with #BCDF99
Text Example
Text Example
White with #BCDF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF99; }
p { color: rgb(188,223,153); }
H1.HeaderClassName
{
color: #BCDF99;
}
.AnyTagClassName
{
color: #BCDF99;
}
</style>
background-color css
<style>
a { background-color: #BCDF99; }
a { background-color: rgb(188,223,153); }
div.DivClassName
{
background-color: #BCDF99;
}
.BgClassName
{
background-color: #BCDF99;
}
</style>
border-color css
<style>
span { border-color: #BCDF99; }
span { border-color: rgb(188,223,153); }
td.TdClassName
{
border-color: #BCDF99;
}
.TagClassName
{
border-color: #BCDF99;
}
</style>