#BFD0AC

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

Shades of Pixie Green #BFD0AC

Tints of Pixie Green #BFD0AC

Color information

#BFD0AC (or 0xBFD0AC) is unknown color: approx Pixie Green. HEX triplet: BF, D0 and AC. RGB value is (191,208,172). Sum of RGB (Red+Green+Blue) = 191+208+172=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD0AC is #402F53. Grayscale: #C6C6C6. Windows color (decimal): -4206420 or 11325631. OLE color: 11325631.

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

Color convert

RGB191208172-
CMYK0.0800.170.18
HSL88.33º27.69%74.51%-
HSV(B)88.33º17.31%81.57%-
XYZ51.4959.1747.74-
YUV198.81112.87122.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 208 (81.64% from 255) = 36.43%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=33.45%
G=36.43%
B=30.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912081720.0800.170.1888.3327.6974.51
HexBFD0AC801112581c4b
Octal277320254100212213034113
Binary1011111111010000101011001000010001100101011000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0AC; }

 p { color: rgb(191,208,172); }

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

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

 a { background-color: rgb(191,208,172); }

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

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

 span { border-color: rgb(191,208,172); }

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