#BEB6BA

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

Shades of Maverick #BEB6BA

Tints of Maverick #BEB6BA

Color information

#BEB6BA (or 0xBEB6BA) is unknown color: approx Maverick. HEX triplet: BE, B6 and BA. RGB value is (190,182,186). Sum of RGB (Red+Green+Blue) = 190+182+186=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6BA is #414945. Grayscale: #B8B8B8. Windows color (decimal): -4278598 or 12236478. OLE color: 12236478.

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

Color convert

RGB190182186-
CMYK00.040.020.25
HSL330º5.8%72.94%-
HSV(B)330º4.21%74.51%-
XYZ46.8347.9553.24-
YUV184.85128.65131.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 182 (71.48% from 255) = 32.62%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=34.05%
G=32.62%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018218600.040.020.253305.872.94
HexBEB6BA0421914a649
Octal276266272042315126111
Binary101111101011011010111010010010110011010010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6BA; }

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

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

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

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

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

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

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

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