#BFDC9C

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

Shades of Pixie Green #BFDC9C

Tints of Pixie Green #BFDC9C

Color information

#BFDC9C (or 0xBFDC9C) is unknown color: approx Pixie Green. HEX triplet: BF, DC and 9C. RGB value is (191,220,156). Sum of RGB (Red+Green+Blue) = 191+220+156=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC9C is #402363. Grayscale: #CCCCCC. Windows color (decimal): -4203364 or 10280127. OLE color: 10280127.

HSL color Cylindrical-coordinate representation of color #BFDC9C: hue angle of 87.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFDC9C is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB191220156-
CMYK0.1300.290.14
HSL87.19º47.76%73.73%-
HSV(B)87.19º29.09%86.27%-
XYZ53.0864.6641.14-
YUV204.03100.89118.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.69%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 156 (61.33% from 255) = 27.51%
R=33.69%
G=38.80%
B=27.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912201560.1300.290.1487.1947.7673.73
HexBFDC9CD01DE57304a
Octal277334234150351612760112
Binary1011111111011100100111001101011101111010101111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDC9C; }

 p { color: rgb(191,220,156); }

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

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

 a { background-color: rgb(191,220,156); }

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

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

 span { border-color: rgb(191,220,156); }

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