Shades of Pixie Green #BFDDA1
Tints of Pixie Green #BFDDA1
RGB
CMYK
RGB Variations
Color information
#BFDDA1 (or 0xBFDDA1) is known color: Pixie Green. HEX triplet: BF, DD and A1. RGB value is (191,221,161). Sum of RGB (Red+Green+Blue) = 191+221+161=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDDA1 is #40225E. Grayscale: #CDCDCD. Windows color (decimal): -4203103 or 10608063. OLE color: 10608063.
HSL color Cylindrical-coordinate representation of color #BFDDA1: hue angle of 90º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFDDA1 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 221 | 161 | - |
CMYK | 0.14 | 0 | 0.27 | 0.13 |
HSL | 90º | 0.47% | 0.75% | - |
HSV(B) | 90º | 0.27% | 0.87% | - |
XYZ | 53.78 | 65.36 | 43.5 | - |
YUV | 205.19 | 103.06 | 117.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 221 | 161 | 0.14 | 0 | 0.27 | 0.13 | 90 | 0.47 | 0.75 |
Hex | BF | DD | A1 | E | 0 | 1B | D | 5A | 2F | 4B |
Octal | 277 | 335 | 241 | 16 | 0 | 33 | 15 | 132 | 57 | 113 |
Binary | 10111111 | 11011101 | 10100001 | 1110 | 0 | 11011 | 1101 | 1011010 | 101111 | 1001011 |
Color Harmonies of #BFDDA1
Complementary color
Monochromatic Colors of #BFDDA1
Black with #BFDDA1
Text Example
Text Example
White with #BFDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDA1; }
p { color: rgb(191,221,161); }
H1.HeaderClassName
{
color: #BFDDA1;
}
.AnyTagClassName
{
color: #BFDDA1;
}
</style>
background-color css
<style>
a { background-color: #BFDDA1; }
a { background-color: rgb(191,221,161); }
div.DivClassName
{
background-color: #BFDDA1;
}
.BgClassName
{
background-color: #BFDDA1;
}
</style>
border-color css
<style>
span { border-color: #BFDDA1; }
span { border-color: rgb(191,221,161); }
td.TdClassName
{
border-color: #BFDDA1;
}
.TagClassName
{
border-color: #BFDDA1;
}
</style>