#BEC8B3

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

Shades of Tasman #BEC8B3

Tints of Tasman #BEC8B3

Color information

#BEC8B3 (or 0xBEC8B3) is unknown color: approx Tasman. HEX triplet: BE, C8 and B3. RGB value is (190,200,179). Sum of RGB (Red+Green+Blue) = 190+200+179=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8B3 is #41374C. Grayscale: #C2C2C2. Windows color (decimal): -4273997 or 11782334. OLE color: 11782334.

HSL color Cylindrical-coordinate representation of color #BEC8B3: hue angle of 88.57º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC8B3 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB190200179-
CMYK0.0500.100.22
HSL88.57º16.03%74.31%-
HSV(B)88.57º10.5%78.43%-
XYZ50.0355.5150.73-
YUV194.62119.19124.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 200 (78.52% from 255) = 35.15%
BLUE value IS 179 (70.31% from 255) = 31.46%
R=33.39%
G=35.15%
B=31.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001790.0500.100.2288.5716.0374.31
HexBEC8B350A1659104a
Octal27631026350122613120112
Binary10111110110010001011001110101010101101011001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8B3; }

 p { color: rgb(190,200,179); }

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

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

 a { background-color: rgb(190,200,179); }

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

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

 span { border-color: rgb(190,200,179); }

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