#BEC3B7

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

Shades of Tasman #BEC3B7

Tints of Tasman #BEC3B7

Color information

#BEC3B7 (or 0xBEC3B7) is unknown color: approx Tasman. HEX triplet: BE, C3 and B7. RGB value is (190,195,183). Sum of RGB (Red+Green+Blue) = 190+195+183=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3B7 is #413C48. Grayscale: #C0C0C0. Windows color (decimal): -4275273 or 12043198. OLE color: 12043198.

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

Color convert

RGB190195183-
CMYK0.0300.060.24
HSL85º9.09%74.12%-
HSV(B)85º6.15%76.47%-
XYZ49.353.452.51-
YUV192.14122.84126.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.45%
GREEN value IS 195 (76.56% from 255) = 34.33%
BLUE value IS 183 (71.88% from 255) = 32.22%
R=33.45%
G=34.33%
B=32.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951830.0300.060.24859.0974.12
HexBEC3B7306185594a
Octal2763032673063012511112
Binary10111110110000111011011111011011000101010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3B7; }

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

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

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

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

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

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

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

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