#BFD5AF

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

Shades of Pixie Green #BFD5AF

Tints of Pixie Green #BFD5AF

Color information

#BFD5AF (or 0xBFD5AF) is unknown color: approx Pixie Green. HEX triplet: BF, D5 and AF. RGB value is (191,213,175). Sum of RGB (Red+Green+Blue) = 191+213+175=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD5AF is #402A50. Grayscale: #CACACA. Windows color (decimal): -4205137 or 11523519. OLE color: 11523519.

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

Color convert

RGB191213175-
CMYK0.1000.180.16
HSL94.74º31.15%76.08%-
HSV(B)94.74º17.84%83.53%-
XYZ53.0261.7649.68-
YUV202.09112.71120.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 213 (83.59% from 255) = 36.79%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=32.99%
G=36.79%
B=30.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912131750.1000.180.1694.7431.1576.08
HexBFD5AFA012105f1f4c
Octal277325257120222013737114
Binary1011111111010101101011111010010010100001011111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD5AF; }

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

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

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

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

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

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

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

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