#BFD5AB

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

Shades of Pixie Green #BFD5AB

Tints of Pixie Green #BFD5AB

Color information

#BFD5AB (or 0xBFD5AB) is unknown color: approx Pixie Green. HEX triplet: BF, D5 and AB. RGB value is (191,213,171). Sum of RGB (Red+Green+Blue) = 191+213+171=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD5AB is #402A54. Grayscale: #C9C9C9. Windows color (decimal): -4205141 or 11261375. OLE color: 11261375.

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

Color convert

RGB191213171-
CMYK0.1000.200.16
HSL91.43º33.33%75.29%-
HSV(B)91.43º19.72%83.53%-
XYZ52.6361.6147.65-
YUV201.63110.71120.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 213 (83.59% from 255) = 37.04%
BLUE value IS 171 (67.19% from 255) = 29.74%
R=33.22%
G=37.04%
B=29.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912131710.1000.200.1691.4333.3375.29
HexBFD5ABA014105b214b
Octal277325253120242013341113
Binary10111111110101011010101110100101001000010110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD5AB; }

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

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

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

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

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

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

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

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