#BFD7AB

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

Shades of Pixie Green #BFD7AB

Tints of Pixie Green #BFD7AB

Color information

#BFD7AB (or 0xBFD7AB) is unknown color: approx Pixie Green. HEX triplet: BF, D7 and AB. RGB value is (191,215,171). Sum of RGB (Red+Green+Blue) = 191+215+171=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD7AB is #402854. Grayscale: #CACACA. Windows color (decimal): -4204629 or 11261887. OLE color: 11261887.

HSL color Cylindrical-coordinate representation of color #BFD7AB: hue angle of 92.73º degrees, saturation: 0.35, 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 #BFD7AB is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB191215171-
CMYK0.1100.200.16
HSL92.73º35.48%75.69%-
HSV(B)92.73º20.47%84.31%-
XYZ53.1462.6247.81-
YUV202.81110.05119.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 215 (84.38% from 255) = 37.26%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=33.10%
G=37.26%
B=29.64%

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
Decimal1912151710.1100.200.1692.7335.4875.69
HexBFD7ABB014105d234c
Octal277327253130242013543114
Binary10111111110101111010101110110101001000010111011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7AB; }

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

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

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

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

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

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

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

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