#BEB2BB

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

Shades of Maverick #BEB2BB

Tints of Maverick #BEB2BB

Color information

#BEB2BB (or 0xBEB2BB) is unknown color: approx Maverick. HEX triplet: BE, B2 and BB. RGB value is (190,178,187). Sum of RGB (Red+Green+Blue) = 190+178+187=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2BB is #414D44. Grayscale: #B6B6B6. Windows color (decimal): -4279621 or 12300990. OLE color: 12300990.

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

Color convert

RGB190178187-
CMYK00.060.020.25
HSL315º8.45%72.16%-
HSV(B)315º6.32%74.51%-
XYZ46.1346.3853.53-
YUV182.61130.48133.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 178 (69.92% from 255) = 32.07%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=34.23%
G=32.07%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017818700.060.020.253158.4572.16
HexBEB2BB0621913b848
Octal2762622730623147310110
Binary1011111010110010101110110110101100110011101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2BB; }

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

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

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

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

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

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

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

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