#BEB4BA

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

Shades of Maverick #BEB4BA

Tints of Maverick #BEB4BA

Color information

#BEB4BA (or 0xBEB4BA) is unknown color: approx Maverick. HEX triplet: BE, B4 and BA. RGB value is (190,180,186). Sum of RGB (Red+Green+Blue) = 190+180+186=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB4BA is #414B45. Grayscale: #B7B7B7. Windows color (decimal): -4279110 or 12235966. OLE color: 12235966.

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

Color convert

RGB190180186-
CMYK00.050.020.25
HSL324º7.14%72.55%-
HSV(B)324º5.26%74.51%-
XYZ46.4247.1353.11-
YUV183.67129.31132.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=34.17%
G=32.37%
B=33.45%

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
Decimal19018018600.050.020.253247.1472.55
HexBEB4BA05219144749
Octal276264272052315047111
Binary101111101011010010111010010110110011010001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4BA; }

 p { color: rgb(190,180,186); }

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

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

 a { background-color: rgb(190,180,186); }

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

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

 span { border-color: rgb(190,180,186); }

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