#BEC1B8

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

Shades of Tasman #BEC1B8

Tints of Tasman #BEC1B8

Color information

#BEC1B8 (or 0xBEC1B8) is unknown color: approx Tasman. HEX triplet: BE, C1 and B8. RGB value is (190,193,184). Sum of RGB (Red+Green+Blue) = 190+193+184=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1B8 is #413E47. Grayscale: #BFBFBF. Windows color (decimal): -4275784 or 12108222. OLE color: 12108222.

HSL color Cylindrical-coordinate representation of color #BEC1B8: hue angle of 80º 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 #BEC1B8 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB190193184-
CMYK0.0200.050.24
HSL80º6.77%73.92%-
HSV(B)80º4.66%75.69%-
XYZ48.9652.5552.91-
YUV191.08124.01127.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 193 (75.78% from 255) = 34.04%
BLUE value IS 184 (72.27% from 255) = 32.45%
R=33.51%
G=34.04%
B=32.45%

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
Decimal1901931840.0200.050.24806.7773.92
HexBEC1B8205185074a
Octal276301270205301207112
Binary1011111011000001101110001001011100010100001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1B8; }

 p { color: rgb(190,193,184); }

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

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

 a { background-color: rgb(190,193,184); }

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

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

 span { border-color: rgb(190,193,184); }

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