#BEC4B7

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

Shades of Tasman #BEC4B7

Tints of Tasman #BEC4B7

Color information

#BEC4B7 (or 0xBEC4B7) is unknown color: approx Tasman. HEX triplet: BE, C4 and B7. RGB value is (190,196,183). Sum of RGB (Red+Green+Blue) = 190+196+183=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4B7 is #413B48. Grayscale: #C0C0C0. Windows color (decimal): -4275017 or 12043454. OLE color: 12043454.

HSL color Cylindrical-coordinate representation of color #BEC4B7: hue angle of 87.69º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC4B7 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB190196183-
CMYK0.0300.070.23
HSL87.69º9.92%74.31%-
HSV(B)87.69º6.63%76.86%-
XYZ49.5253.8552.58-
YUV192.72122.51126.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 196 (76.95% from 255) = 34.45%
BLUE value IS 183 (71.88% from 255) = 32.16%
R=33.39%
G=34.45%
B=32.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961830.0300.070.2387.699.9274.31
HexBEC4B73071758a4a
Octal2763042673072713012112
Binary10111110110001001011011111011110111101100010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4B7; }

 p { color: rgb(190,196,183); }

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

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

 a { background-color: rgb(190,196,183); }

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

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

 span { border-color: rgb(190,196,183); }

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