#BEB5BB

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

Shades of Maverick #BEB5BB

Tints of Maverick #BEB5BB

Color information

#BEB5BB (or 0xBEB5BB) is unknown color: approx Maverick. HEX triplet: BE, B5 and BB. RGB value is (190,181,187). Sum of RGB (Red+Green+Blue) = 190+181+187=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5BB is #414A44. Grayscale: #B8B8B8. Windows color (decimal): -4278853 or 12301758. OLE color: 12301758.

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

Color convert

RGB190181187-
CMYK00.050.020.25
HSL320º6.47%72.75%-
HSV(B)320º4.74%74.51%-
XYZ46.7347.5853.74-
YUV184.38129.48132.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 181 (71.09% from 255) = 32.44%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=34.05%
G=32.44%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018118700.050.020.253206.4772.75
HexBEB5BB05219140649
Octal276265273052315006111
Binary101111101011010110111011010110110011010000001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5BB; }

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

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

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

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

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

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

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

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