#BFCEB1

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

Shades of Pixie Green #BFCEB1

Tints of Pixie Green #BFCEB1

Color information

#BFCEB1 (or 0xBFCEB1) is unknown color: approx Pixie Green. HEX triplet: BF, CE and B1. RGB value is (191,206,177). Sum of RGB (Red+Green+Blue) = 191+206+177=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCEB1 is #40314E. Grayscale: #C6C6C6. Windows color (decimal): -4206927 or 11652799. OLE color: 11652799.

HSL color Cylindrical-coordinate representation of color #BFCEB1: hue angle of 91.03º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFCEB1 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB191206177-
CMYK0.0700.140.19
HSL91.03º22.83%75.1%-
HSV(B)91.03º14.08%80.78%-
XYZ51.4958.3950.15-
YUV198.21116.03122.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 206 (80.86% from 255) = 35.89%
BLUE value IS 177 (69.53% from 255) = 30.84%
R=33.28%
G=35.89%
B=30.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912061770.0700.140.1991.0322.8375.1
HexBFCEB170E135b174b
Octal27731626170162313327113
Binary10111111110011101011000111101110100111011011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCEB1; }

 p { color: rgb(191,206,177); }

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

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

 a { background-color: rgb(191,206,177); }

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

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

 span { border-color: rgb(191,206,177); }

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