#BFDEA0

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

Shades of Pixie Green #BFDEA0

Tints of Pixie Green #BFDEA0

Color information

#BFDEA0 (or 0xBFDEA0) is unknown color: approx Pixie Green. HEX triplet: BF, DE and A0. RGB value is (191,222,160). Sum of RGB (Red+Green+Blue) = 191+222+160=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDEA0 is #40215F. Grayscale: #CDCDCD. Windows color (decimal): -4202848 or 10542783. OLE color: 10542783.

HSL color Cylindrical-coordinate representation of color #BFDEA0: hue angle of 90º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFDEA0 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB191222160-
CMYK0.1400.280.13
HSL90º48.44%74.9%-
HSV(B)90º27.93%87.06%-
XYZ53.9565.8643.13-
YUV205.66102.23117.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 222 (87.11% from 255) = 38.74%
BLUE value IS 160 (62.89% from 255) = 27.92%
R=33.33%
G=38.74%
B=27.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912221600.1400.280.139048.4474.9
HexBFDEA0E01CD5a304b
Octal277336240160341513260113
Binary1011111111011110101000001110011100110110110101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEA0; }

 p { color: rgb(191,222,160); }

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

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

 a { background-color: rgb(191,222,160); }

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

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

 span { border-color: rgb(191,222,160); }

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