#BEB1BB

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

Shades of Maverick #BEB1BB

Tints of Maverick #BEB1BB

Color information

#BEB1BB (or 0xBEB1BB) is unknown color: approx Maverick. HEX triplet: BE, B1 and BB. RGB value is (190,177,187). Sum of RGB (Red+Green+Blue) = 190+177+187=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1BB is #414E44. Grayscale: #B6B6B6. Windows color (decimal): -4279877 or 12300734. OLE color: 12300734.

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

Color convert

RGB190177187-
CMYK00.070.020.25
HSL313.85º9.09%71.96%-
HSV(B)313.85º6.84%74.51%-
XYZ45.9345.9853.47-
YUV182.03130.81133.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=34.30%
G=31.95%
B=33.75%

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
Decimal19017718700.070.020.25313.859.0971.96
HexBEB1BB0721913a948
Octal2762612730723147211110
Binary1011111010110001101110110111101100110011101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1BB; }

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

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

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

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

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

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

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

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