Shades of Pixie Green #BFD3AF
Tints of Pixie Green #BFD3AF
RGB
CMYK
RGB Variations
Color information
#BFD3AF (or 0xBFD3AF) is known color: Pixie Green. HEX triplet: BF, D3 and AF. RGB value is (191,211,175). Sum of RGB (Red+Green+Blue) = 191+211+175=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD3AF is #402C50. Grayscale: #C9C9C9. Windows color (decimal): -4205649 or 11523007. OLE color: 11523007.
HSL color Cylindrical-coordinate representation of color #BFD3AF: hue angle of 93.33º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFD3AF is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
RGB | 191 | 211 | 175 | - |
CMYK | 0.09 | 0 | 0.17 | 0.17 |
HSL | 93.33º | 0.29% | 0.76% | - |
HSV(B) | 93.33º | 0.17% | 0.83% | - |
XYZ | 52.52 | 60.76 | 49.52 | - |
YUV | 200.92 | 113.37 | 120.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 211 | 175 | 0.09 | 0 | 0.17 | 0.17 | 93.33 | 0.29 | 0.76 |
Hex | BF | D3 | AF | 9 | 0 | 11 | 11 | 5D | 1D | 4C |
Octal | 277 | 323 | 257 | 11 | 0 | 21 | 21 | 135 | 35 | 114 |
Binary | 10111111 | 11010011 | 10101111 | 1001 | 0 | 10001 | 10001 | 1011101 | 11101 | 1001100 |
Color Harmonies of #BFD3AF
Complementary color
Monochromatic Colors of #BFD3AF
Black with #BFD3AF
Text Example
Text Example
White with #BFD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD3AF; }
p { color: rgb(191,211,175); }
H1.HeaderClassName
{
color: #BFD3AF;
}
.AnyTagClassName
{
color: #BFD3AF;
}
</style>
background-color css
<style>
a { background-color: #BFD3AF; }
a { background-color: rgb(191,211,175); }
div.DivClassName
{
background-color: #BFD3AF;
}
.BgClassName
{
background-color: #BFD3AF;
}
</style>
border-color css
<style>
span { border-color: #BFD3AF; }
span { border-color: rgb(191,211,175); }
td.TdClassName
{
border-color: #BFD3AF;
}
.TagClassName
{
border-color: #BFD3AF;
}
</style>