#BEB6BB

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

Shades of Maverick #BEB6BB

Tints of Maverick #BEB6BB

Color information

#BEB6BB (or 0xBEB6BB) is unknown color: approx Maverick. HEX triplet: BE, B6 and BB. RGB value is (190,182,187). Sum of RGB (Red+Green+Blue) = 190+182+187=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6BB is #414944. Grayscale: #B8B8B8. Windows color (decimal): -4278597 or 12302014. OLE color: 12302014.

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

Color convert

RGB190182187-
CMYK00.040.020.25
HSL322.5º5.8%72.94%-
HSV(B)322.5º4.21%74.51%-
XYZ46.9347.9953.8-
YUV184.96129.15131.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 182 (71.48% from 255) = 32.56%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=33.99%
G=32.56%
B=33.45%

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
Decimal19018218700.040.020.25322.55.872.94
HexBEB6BB04219143649
Octal276266273042315036111
Binary101111101011011010111011010010110011010000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6BB; }

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

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

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

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

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

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

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

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