#BFD7AF

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

Shades of Pixie Green #BFD7AF

Tints of Pixie Green #BFD7AF

Color information

#BFD7AF (or 0xBFD7AF) is unknown color: approx Pixie Green. HEX triplet: BF, D7 and AF. RGB value is (191,215,175). Sum of RGB (Red+Green+Blue) = 191+215+175=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD7AF is #402850. Grayscale: #CBCBCB. Windows color (decimal): -4204625 or 11524031. OLE color: 11524031.

HSL color Cylindrical-coordinate representation of color #BFD7AF: hue angle of 96º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD7AF is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB191215175-
CMYK0.1100.190.16
HSL96º33.33%76.47%-
HSV(B)96º18.6%84.31%-
XYZ53.5262.7749.85-
YUV203.26112.05119.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 215 (84.38% from 255) = 37.01%
BLUE value IS 175 (68.75% from 255) = 30.12%
R=32.87%
G=37.01%
B=30.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912151750.1100.190.169633.3376.47
HexBFD7AFB0131060214c
Octal277327257130232014041114
Binary10111111110101111010111110110100111000011000001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7AF; }

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

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

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

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

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

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

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

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