#BEB8BB

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

Shades of Maverick #BEB8BB

Tints of Maverick #BEB8BB

Color information

#BEB8BB (or 0xBEB8BB) is unknown color: approx Maverick. HEX triplet: BE, B8 and BB. RGB value is (190,184,187). Sum of RGB (Red+Green+Blue) = 190+184+187=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB8BB is #414744. Grayscale: #BABABA. Windows color (decimal): -4278085 or 12302526. OLE color: 12302526.

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

Color convert

RGB190184187-
CMYK00.030.020.25
HSL330º4.41%73.33%-
HSV(B)330º3.16%74.51%-
XYZ47.3548.8253.94-
YUV186.14128.49130.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 184 (72.27% from 255) = 32.80%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=33.87%
G=32.80%
B=33.33%

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
Decimal19018418700.030.020.253304.4173.33
HexBEB8BB0321914a449
Octal276270273032315124111
Binary10111110101110001011101101110110011010010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8BB; }

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

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

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

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

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

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

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

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