#BFD3A9

Color #BFD3A9 Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #BFD3A9

Tints of Pixie Green #BFD3A9

Color information

#BFD3A9 (or 0xBFD3A9) is unknown color: approx Pixie Green. HEX triplet: BF, D3 and A9. RGB value is (191,211,169). Sum of RGB (Red+Green+Blue) = 191+211+169=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD3A9 is #402C56. Grayscale: #C8C8C8. Windows color (decimal): -4205655 or 11129791. OLE color: 11129791.

HSL color Cylindrical-coordinate representation of color #BFD3A9: hue angle of 88.57º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFD3A9 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB191211169-
CMYK0.0900.200.17
HSL88.57º32.31%74.51%-
HSV(B)88.57º19.91%82.75%-
XYZ51.9460.5346.48-
YUV200.23110.37121.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 211 (82.81% from 255) = 36.95%
BLUE value IS 169 (66.41% from 255) = 29.60%
R=33.45%
G=36.95%
B=29.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912111690.0900.200.1788.5732.3174.51
HexBFD3A990141159204b
Octal277323251110242113140113
Binary10111111110100111010100110010101001000110110011000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD3A9; }

 p { color: rgb(191,211,169); }

 H1.HeaderClassName
 {
   color: #BFD3A9;
 }
 .AnyTagClassName
 {
   color: #BFD3A9;
 }
</style>
background-color css

<style>
 a { background-color: #BFD3A9; }

 a { background-color: rgb(191,211,169); }

 div.DivClassName
 {
   background-color: #BFD3A9;
 }
 .BgClassName
 {
   background-color: #BFD3A9;
 }
</style>
border-color css

<style>
 span { border-color: #BFD3A9; }

 span { border-color: rgb(191,211,169); }

 td.TdClassName
 {
   border-color: #BFD3A9;
 }
 .TagClassName
 {
   border-color: #BFD3A9;
 }
</style>