#BEB2B9

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

Shades of Maverick #BEB2B9

Tints of Maverick #BEB2B9

Color information

#BEB2B9 (or 0xBEB2B9) is unknown color: approx Maverick. HEX triplet: BE, B2 and B9. RGB value is (190,178,185). Sum of RGB (Red+Green+Blue) = 190+178+185=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2B9 is #414D46. Grayscale: #B6B6B6. Windows color (decimal): -4279623 or 12169918. OLE color: 12169918.

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

Color convert

RGB190178185-
CMYK00.060.030.25
HSL325º8.45%72.16%-
HSV(B)325º6.32%74.51%-
XYZ45.9146.2952.41-
YUV182.39129.48133.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 185 (72.66% from 255) = 33.45%
R=34.36%
G=32.19%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017818500.060.030.253258.4572.16
HexBEB2B906319145848
Octal2762622710633150510110
Binary1011111010110010101110010110111100110100010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2B9; }

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

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

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

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

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

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

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

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