#BFE0A1

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

Shades of Pixie Green #BFE0A1

Tints of Pixie Green #BFE0A1

Color information

#BFE0A1 (or 0xBFE0A1) is unknown color: approx Pixie Green. HEX triplet: BF, E0 and A1. RGB value is (191,224,161). Sum of RGB (Red+Green+Blue) = 191+224+161=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE0A1 is #401F5E. Grayscale: #CFCFCF. Windows color (decimal): -4202335 or 10608831. OLE color: 10608831.

HSL color Cylindrical-coordinate representation of color #BFE0A1: hue angle of 91.43º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFE0A1 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB191224161-
CMYK0.1500.280.12
HSL91.43º50.4%75.49%-
HSV(B)91.43º28.12%87.84%-
XYZ54.5766.9643.77-
YUV206.95102.07116.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 224 (87.89% from 255) = 38.89%
BLUE value IS 161 (63.28% from 255) = 27.95%
R=33.16%
G=38.89%
B=27.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912241610.1500.280.1291.4350.475.49
HexBFE0A1F01CC5b324b
Octal277340241170341413362113
Binary1011111111100000101000011111011100110010110111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE0A1; }

 p { color: rgb(191,224,161); }

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

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

 a { background-color: rgb(191,224,161); }

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

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

 span { border-color: rgb(191,224,161); }

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