#BEB8BA

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

Shades of Maverick #BEB8BA

Tints of Maverick #BEB8BA

Color information

#BEB8BA (or 0xBEB8BA) is unknown color: approx Maverick. HEX triplet: BE, B8 and BA. RGB value is (190,184,186). Sum of RGB (Red+Green+Blue) = 190+184+186=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB8BA is #414745. Grayscale: #BABABA. Windows color (decimal): -4278086 or 12236990. OLE color: 12236990.

HSL color Cylindrical-coordinate representation of color #BEB8BA: hue angle of 340º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BEB8BA is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB190184186-
CMYK00.030.020.25
HSL340º4.41%73.33%-
HSV(B)340º3.16%74.51%-
XYZ47.2448.7753.38-
YUV186.02127.99130.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 184 (72.27% from 255) = 32.86%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=33.93%
G=32.86%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018418600.030.020.253404.4173.33
HexBEB8BA03219154449
Octal276270272032315244111
Binary10111110101110001011101001110110011010101001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8BA; }

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

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

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

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

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

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

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

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