#BFD1AF

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

Shades of Pixie Green #BFD1AF

Tints of Pixie Green #BFD1AF

Color information

#BFD1AF (or 0xBFD1AF) is unknown color: approx Pixie Green. HEX triplet: BF, D1 and AF. RGB value is (191,209,175). Sum of RGB (Red+Green+Blue) = 191+209+175=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD1AF is #402E50. Grayscale: #C7C7C7. Windows color (decimal): -4206161 or 11522495. OLE color: 11522495.

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

Color convert

RGB191209175-
CMYK0.0900.160.18
HSL91.76º26.98%75.29%-
HSV(B)91.76º16.27%81.96%-
XYZ52.0259.7749.35-
YUV199.74114.04121.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 209 (82.03% from 255) = 36.35%
BLUE value IS 175 (68.75% from 255) = 30.43%
R=33.22%
G=36.35%
B=30.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912091750.0900.160.1891.7626.9875.29
HexBFD1AF9010125c1b4b
Octal277321257110202213433113
Binary1011111111010001101011111001010000100101011100110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD1AF; }

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

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

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

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

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

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

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

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