#BFD7AD

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

Shades of Pixie Green #BFD7AD

Tints of Pixie Green #BFD7AD

Color information

#BFD7AD (or 0xBFD7AD) is unknown color: approx Pixie Green. HEX triplet: BF, D7 and AD. RGB value is (191,215,173). Sum of RGB (Red+Green+Blue) = 191+215+173=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD7AD is #402852. Grayscale: #CBCBCB. Windows color (decimal): -4204627 or 11392959. OLE color: 11392959.

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

Color convert

RGB191215173-
CMYK0.1100.200.16
HSL94.29º34.43%76.08%-
HSV(B)94.29º19.53%84.31%-
XYZ53.3362.6948.83-
YUV203.04111.05119.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 173 (67.97% from 255) = 29.88%
R=32.99%
G=37.13%
B=29.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912151730.1100.200.1694.2934.4376.08
HexBFD7ADB014105e224c
Octal277327255130242013642114
Binary10111111110101111010110110110101001000010111101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7AD; }

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

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

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

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

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

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

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

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