#BFDDA0

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

Shades of Pixie Green #BFDDA0

Tints of Pixie Green #BFDDA0

Color information

#BFDDA0 (or 0xBFDDA0) is unknown color: approx Pixie Green. HEX triplet: BF, DD and A0. RGB value is (191,221,160). Sum of RGB (Red+Green+Blue) = 191+221+160=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDDA0 is #40225F. Grayscale: #CDCDCD. Windows color (decimal): -4203104 or 10542527. OLE color: 10542527.

HSL color Cylindrical-coordinate representation of color #BFDDA0: hue angle of 89.51º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFDDA0 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB191221160-
CMYK0.1400.280.13
HSL89.51º47.29%74.71%-
HSV(B)89.51º27.6%86.67%-
XYZ53.6965.3343.04-
YUV205.08102.56117.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.39%
GREEN value IS 221 (86.72% from 255) = 38.64%
BLUE value IS 160 (62.89% from 255) = 27.97%
R=33.39%
G=38.64%
B=27.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912211600.1400.280.1389.5147.2974.71
HexBFDDA0E01CD5a2f4b
Octal277335240160341513257113
Binary1011111111011101101000001110011100110110110101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDA0; }

 p { color: rgb(191,221,160); }

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

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

 a { background-color: rgb(191,221,160); }

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

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

 span { border-color: rgb(191,221,160); }

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