#BFD7A9

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

Shades of Pixie Green #BFD7A9

Tints of Pixie Green #BFD7A9

Color information

#BFD7A9 (or 0xBFD7A9) is unknown color: approx Pixie Green. HEX triplet: BF, D7 and A9. RGB value is (191,215,169). Sum of RGB (Red+Green+Blue) = 191+215+169=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 169 (66.41% from 255 or 29.39% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD7A9 is #402856. Grayscale: #CACACA. Windows color (decimal): -4204631 or 11130815. OLE color: 11130815.

HSL color Cylindrical-coordinate representation of color #BFD7A9: hue angle of 91.3º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFD7A9 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB191215169-
CMYK0.1100.210.16
HSL91.3º36.51%75.29%-
HSV(B)91.3º21.4%84.31%-
XYZ52.9562.5446.82-
YUV202.58109.05119.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 215 (84.38% from 255) = 37.39%
BLUE value IS 169 (66.41% from 255) = 29.39%
R=33.22%
G=37.39%
B=29.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912151690.1100.210.1691.336.5175.29
HexBFD7A9B015105b254b
Octal277327251130252013345113
Binary10111111110101111010100110110101011000010110111001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7A9; }

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

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

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

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

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

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

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

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