#BFD6A4

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

Shades of Pixie Green #BFD6A4

Tints of Pixie Green #BFD6A4

Color information

#BFD6A4 (or 0xBFD6A4) is unknown color: approx Pixie Green. HEX triplet: BF, D6 and A4. RGB value is (191,214,164). Sum of RGB (Red+Green+Blue) = 191+214+164=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD6A4 is #40295B. Grayscale: #C9C9C9. Windows color (decimal): -4204892 or 10802879. OLE color: 10802879.

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

Color convert

RGB191214164-
CMYK0.1100.230.16
HSL87.6º37.88%74.12%-
HSV(B)87.6º23.36%83.92%-
XYZ52.2361.8544.31-
YUV201.42106.88120.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.57%
GREEN value IS 214 (83.98% from 255) = 37.61%
BLUE value IS 164 (64.45% from 255) = 28.82%
R=33.57%
G=37.61%
B=28.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912141640.1100.230.1687.637.8874.12
HexBFD6A4B0171058264a
Octal277326244130272013046112
Binary10111111110101101010010010110101111000010110001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6A4; }

 p { color: rgb(191,214,164); }

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

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

 a { background-color: rgb(191,214,164); }

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

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

 span { border-color: rgb(191,214,164); }

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