#BFD5A9

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

Shades of Pixie Green #BFD5A9

Tints of Pixie Green #BFD5A9

Color information

#BFD5A9 (or 0xBFD5A9) is unknown color: approx Pixie Green. HEX triplet: BF, D5 and A9. RGB value is (191,213,169). Sum of RGB (Red+Green+Blue) = 191+213+169=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD5A9 is #402A56. Grayscale: #C9C9C9. Windows color (decimal): -4205143 or 11130303. OLE color: 11130303.

HSL color Cylindrical-coordinate representation of color #BFD5A9: hue angle of 90º degrees, saturation: 0.34, 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 #BFD5A9 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB191213169-
CMYK0.1000.210.16
HSL90º34.38%74.9%-
HSV(B)90º20.66%83.53%-
XYZ52.4461.5346.65-
YUV201.41109.71120.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 213 (83.59% from 255) = 37.17%
BLUE value IS 169 (66.41% from 255) = 29.49%
R=33.33%
G=37.17%
B=29.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912131690.1000.210.169034.3874.9
HexBFD5A9A015105a224b
Octal277325251120252013242113
Binary10111111110101011010100110100101011000010110101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD5A9; }

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

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

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

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

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

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

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

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