#BEB7BB

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

Shades of Maverick #BEB7BB

Tints of Maverick #BEB7BB

Color information

#BEB7BB (or 0xBEB7BB) is unknown color: approx Maverick. HEX triplet: BE, B7 and BB. RGB value is (190,183,187). Sum of RGB (Red+Green+Blue) = 190+183+187=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7BB is #414844. Grayscale: #B9B9B9. Windows color (decimal): -4278341 or 12302270. OLE color: 12302270.

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

Color convert

RGB190183187-
CMYK00.040.020.25
HSL325.71º5.11%73.14%-
HSV(B)325.71º3.68%74.51%-
XYZ47.1448.453.87-
YUV185.55128.82131.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 183 (71.88% from 255) = 32.68%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=33.93%
G=32.68%
B=33.39%

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
Decimal19018318700.040.020.25325.715.1173.14
HexBEB7BB04219146549
Octal276267273042315065111
Binary101111101011011110111011010010110011010001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7BB; }

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

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

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

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

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

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

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

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