#BFD3AB

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

Shades of Pixie Green #BFD3AB

Tints of Pixie Green #BFD3AB

Color information

#BFD3AB (or 0xBFD3AB) is unknown color: approx Pixie Green. HEX triplet: BF, D3 and AB. RGB value is (191,211,171). Sum of RGB (Red+Green+Blue) = 191+211+171=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD3AB is #402C54. Grayscale: #C8C8C8. Windows color (decimal): -4205653 or 11260863. OLE color: 11260863.

HSL color Cylindrical-coordinate representation of color #BFD3AB: hue angle of 90º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD3AB is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB191211171-
CMYK0.0900.190.17
HSL90º31.25%74.9%-
HSV(B)90º18.96%82.75%-
XYZ52.1360.6147.48-
YUV200.46111.37121.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 211 (82.81% from 255) = 36.82%
BLUE value IS 171 (67.19% from 255) = 29.84%
R=33.33%
G=36.82%
B=29.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912111710.0900.190.179031.2574.9
HexBFD3AB9013115a1f4b
Octal277323253110232113237113
Binary1011111111010011101010111001010011100011011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD3AB; }

 p { color: rgb(191,211,171); }

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

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

 a { background-color: rgb(191,211,171); }

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

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

 span { border-color: rgb(191,211,171); }

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