#BFD5AD

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

Shades of Pixie Green #BFD5AD

Tints of Pixie Green #BFD5AD

Color information

#BFD5AD (or 0xBFD5AD) is unknown color: approx Pixie Green. HEX triplet: BF, D5 and AD. RGB value is (191,213,173). Sum of RGB (Red+Green+Blue) = 191+213+173=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD5AD is #402A52. Grayscale: #C9C9C9. Windows color (decimal): -4205139 or 11392447. OLE color: 11392447.

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

Color convert

RGB191213173-
CMYK0.1000.190.16
HSL93º32.26%75.69%-
HSV(B)93º18.78%83.53%-
XYZ52.8261.6848.66-
YUV201.86111.71120.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 213 (83.59% from 255) = 36.92%
BLUE value IS 173 (67.97% from 255) = 29.98%
R=33.10%
G=36.92%
B=29.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912131730.1000.190.169332.2675.69
HexBFD5ADA013105d204c
Octal277325255120232013540114
Binary10111111110101011010110110100100111000010111011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD5AD; }

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

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

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

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

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

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

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

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