#BEC0B9

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

Shades of Tasman #BEC0B9

Tints of Tasman #BEC0B9

Color information

#BEC0B9 (or 0xBEC0B9) is unknown color: approx Tasman. HEX triplet: BE, C0 and B9. RGB value is (190,192,185). Sum of RGB (Red+Green+Blue) = 190+192+185=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0B9 is #413F46. Grayscale: #BEBEBE. Windows color (decimal): -4276039 or 12173502. OLE color: 12173502.

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

Color convert

RGB190192185-
CMYK0.0100.040.25
HSL77.14º5.26%73.92%-
HSV(B)77.14º3.65%75.29%-
XYZ48.8452.1553.39-
YUV190.6124.84127.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 192 (75.39% from 255) = 33.86%
BLUE value IS 185 (72.66% from 255) = 32.63%
R=33.51%
G=33.86%
B=32.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921850.0100.040.2577.145.2673.92
HexBEC0B9104194d54a
Octal276300271104311155112
Binary101111101100000010111001101001100110011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0B9; }

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

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

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

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

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

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

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

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