#BEC2B9

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

Shades of Tasman #BEC2B9

Tints of Tasman #BEC2B9

Color information

#BEC2B9 (or 0xBEC2B9) is unknown color: approx Tasman. HEX triplet: BE, C2 and B9. RGB value is (190,194,185). Sum of RGB (Red+Green+Blue) = 190+194+185=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2B9 is #413D46. Grayscale: #BFBFBF. Windows color (decimal): -4275527 or 12174014. OLE color: 12174014.

HSL color Cylindrical-coordinate representation of color #BEC2B9: hue angle of 86.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEC2B9 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB190194185-
CMYK0.0200.050.24
HSL86.67º6.87%74.31%-
HSV(B)86.67º4.64%76.08%-
XYZ49.2853.0353.54-
YUV191.78124.17126.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 194 (76.17% from 255) = 34.09%
BLUE value IS 185 (72.66% from 255) = 32.51%
R=33.39%
G=34.09%
B=32.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941850.0200.050.2486.676.8774.31
HexBEC2B9205185774a
Octal276302271205301277112
Binary1011111011000010101110011001011100010101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2B9; }

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

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

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

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

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

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

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

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