#BEC0BA

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

Shades of Tasman #BEC0BA

Tints of Tasman #BEC0BA

Color information

#BEC0BA (or 0xBEC0BA) is unknown color: approx Tasman. HEX triplet: BE, C0 and BA. RGB value is (190,192,186). Sum of RGB (Red+Green+Blue) = 190+192+186=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0BA is #413F45. Grayscale: #BEBEBE. Windows color (decimal): -4276038 or 12239038. OLE color: 12239038.

HSL color Cylindrical-coordinate representation of color #BEC0BA: hue angle of 80º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BEC0BA is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB190192186-
CMYK0.0100.030.25
HSL80º4.55%74.12%-
HSV(B)80º3.12%75.29%-
XYZ48.9552.1953.95-
YUV190.72125.34127.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.45%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=33.45%
G=33.80%
B=32.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921860.0100.030.25804.5574.12
HexBEC0BA103195054a
Octal276300272103311205112
Binary10111110110000001011101010111100110100001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0BA; }

 p { color: rgb(190,192,186); }

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

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

 a { background-color: rgb(190,192,186); }

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

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

 span { border-color: rgb(190,192,186); }

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