#BEB1BA

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

Shades of Maverick #BEB1BA

Tints of Maverick #BEB1BA

Color information

#BEB1BA (or 0xBEB1BA) is unknown color: approx Maverick. HEX triplet: BE, B1 and BA. RGB value is (190,177,186). Sum of RGB (Red+Green+Blue) = 190+177+186=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1BA is #414E45. Grayscale: #B5B5B5. Windows color (decimal): -4279878 or 12235198. OLE color: 12235198.

HSL color Cylindrical-coordinate representation of color #BEB1BA: hue angle of 318.46º degrees, saturation: 0.09, 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 #BEB1BA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB190177186-
CMYK00.070.020.25
HSL318.46º9.09%71.96%-
HSV(B)318.46º6.84%74.51%-
XYZ45.8245.9452.91-
YUV181.91130.31133.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 177 (69.53% from 255) = 32.01%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=34.36%
G=32.01%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017718600.070.020.25318.469.0971.96
HexBEB1BA0721913e948
Octal2762612720723147611110
Binary1011111010110001101110100111101100110011111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1BA; }

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

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

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

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

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

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

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

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