Shades of Pixie Green #BFCDB1
Tints of Pixie Green #BFCDB1
RGB
CMYK
RGB Variations
Color information
#BFCDB1 (or 0xBFCDB1) is known color: Pixie Green. HEX triplet: BF, CD and B1. RGB value is (191,205,177). Sum of RGB (Red+Green+Blue) = 191+205+177=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCDB1 is #40324E. Grayscale: #C5C5C5. Windows color (decimal): -4207183 or 11652543. OLE color: 11652543.
HSL color Cylindrical-coordinate representation of color #BFCDB1: hue angle of 90º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFCDB1 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 177 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.20 |
| HSL | 90º | 0.22% | 0.75% | - |
| HSV(B) | 90º | 0.14% | 0.8% | - |
| XYZ | 51.25 | 57.91 | 50.07 | - |
| YUV | 197.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 177 | 0.07 | 0 | 0.14 | 0.20 | 90 | 0.22 | 0.75 |
| Hex | BF | CD | B1 | 7 | 0 | E | 14 | 5A | 16 | 4B |
| Octal | 277 | 315 | 261 | 7 | 0 | 16 | 24 | 132 | 26 | 113 |
| Binary | 10111111 | 11001101 | 10110001 | 111 | 0 | 1110 | 10100 | 1011010 | 10110 | 1001011 |
Color Harmonies of #BFCDB1
Complementary color
Monochromatic Colors of #BFCDB1
Black with #BFCDB1
Text Example
Text Example
White with #BFCDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDB1; }
p { color: rgb(191,205,177); }
H1.HeaderClassName
{
color: #BFCDB1;
}
.AnyTagClassName
{
color: #BFCDB1;
}
</style>
background-color css
<style>
a { background-color: #BFCDB1; }
a { background-color: rgb(191,205,177); }
div.DivClassName
{
background-color: #BFCDB1;
}
.BgClassName
{
background-color: #BFCDB1;
}
</style>
border-color css
<style>
span { border-color: #BFCDB1; }
span { border-color: rgb(191,205,177); }
td.TdClassName
{
border-color: #BFCDB1;
}
.TagClassName
{
border-color: #BFCDB1;
}
</style>