#BFD1A1

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

Shades of Pixie Green #BFD1A1

Tints of Pixie Green #BFD1A1

Color information

#BFD1A1 (or 0xBFD1A1) is unknown color: approx Pixie Green. HEX triplet: BF, D1 and A1. RGB value is (191,209,161). Sum of RGB (Red+Green+Blue) = 191+209+161=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 161 (63.28% from 255 or 28.70% from 561); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD1A1 is #402E5E. Grayscale: #C6C6C6. Windows color (decimal): -4206175 or 10604991. OLE color: 10604991.

HSL color Cylindrical-coordinate representation of color #BFD1A1: hue angle of 82.5º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFD1A1 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB191209161-
CMYK0.0900.230.18
HSL82.5º34.29%72.55%-
HSV(B)82.5º22.97%81.96%-
XYZ50.7259.2542.48-
YUV198.15107.04122.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 209 (82.03% from 255) = 37.25%
BLUE value IS 161 (63.28% from 255) = 28.70%
R=34.05%
G=37.25%
B=28.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912091610.0900.230.1882.534.2972.55
HexBFD1A1901712522249
Octal277321241110272212242111
Binary10111111110100011010000110010101111001010100101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD1A1; }

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

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

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

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

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

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

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

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