#BECEB0

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

Shades of Pixie Green #BECEB0

Tints of Pixie Green #BECEB0

Color information

#BECEB0 (or 0xBECEB0) is unknown color: approx Pixie Green. HEX triplet: BE, CE and B0. RGB value is (190,206,176). Sum of RGB (Red+Green+Blue) = 190+206+176=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECEB0 is #41314F. Grayscale: #C5C5C5. Windows color (decimal): -4272464 or 11587262. OLE color: 11587262.

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

Color convert

RGB190206176-
CMYK0.0800.150.19
HSL92º23.44%74.9%-
HSV(B)92º14.56%80.78%-
XYZ51.1458.2249.62-
YUV197.8115.7122.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.22%
GREEN value IS 206 (80.86% from 255) = 36.01%
BLUE value IS 176 (69.14% from 255) = 30.77%
R=33.22%
G=36.01%
B=30.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061760.0800.150.199223.4474.9
HexBECEB080F135c174b
Octal276316260100172313427113
Binary101111101100111010110000100001111100111011100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEB0; }

 p { color: rgb(190,206,176); }

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

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

 a { background-color: rgb(190,206,176); }

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

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

 span { border-color: rgb(190,206,176); }

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