#BEC890

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

Shades of Green Mist #BEC890

Tints of Green Mist #BEC890

Color information

#BEC890 (or 0xBEC890) is unknown color: approx Green Mist. HEX triplet: BE, C8 and 90. RGB value is (190,200,144). Sum of RGB (Red+Green+Blue) = 190+200+144=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC890 is #41376F. Grayscale: #BEBEBE. Windows color (decimal): -4274032 or 9488574. OLE color: 9488574.

HSL color Cylindrical-coordinate representation of color #BEC890: hue angle of 70.71º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEC890 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB190200144-
CMYK0.0500.280.22
HSL70.71º33.73%67.45%-
HSV(B)70.71º28%78.43%-
XYZ46.9254.2734.39-
YUV190.63101.69127.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 200 (78.52% from 255) = 37.45%
BLUE value IS 144 (56.64% from 255) = 26.97%
R=35.58%
G=37.45%
B=26.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001440.0500.280.2270.7133.7367.45
HexBEC890501C16472243
Octal27631022050342610742103
Binary1011111011001000100100001010111001011010001111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC890; }

 p { color: rgb(190,200,144); }

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

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

 a { background-color: rgb(190,200,144); }

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

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

 span { border-color: rgb(190,200,144); }

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