#BEB5B0

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

Shades of Tide #BEB5B0

Tints of Tide #BEB5B0

Color information

#BEB5B0 (or 0xBEB5B0) is unknown color: approx Tide. HEX triplet: BE, B5 and B0. RGB value is (190,181,176). Sum of RGB (Red+Green+Blue) = 190+181+176=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB5B0 is #414A4F. Grayscale: #B7B7B7. Windows color (decimal): -4278864 or 11580862. OLE color: 11580862.

HSL color Cylindrical-coordinate representation of color #BEB5B0: hue angle of 21.43º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEB5B0 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB190181176-
CMYK00.050.070.25
HSL21.43º9.72%71.76%-
HSV(B)21.43º7.37%74.51%-
XYZ45.647.1347.77-
YUV183.12123.98132.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 181 (71.09% from 255) = 33.09%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=34.73%
G=33.09%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018117600.050.070.2521.439.7271.76
HexBEB5B00571915a48
Octal276265260057312512110
Binary1011111010110101101100000101111110011010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5B0; }

 p { color: rgb(190,181,176); }

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

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

 a { background-color: rgb(190,181,176); }

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

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

 span { border-color: rgb(190,181,176); }

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