#BEB4BB

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

Shades of Maverick #BEB4BB

Tints of Maverick #BEB4BB

Color information

#BEB4BB (or 0xBEB4BB) is unknown color: approx Maverick. HEX triplet: BE, B4 and BB. RGB value is (190,180,187). Sum of RGB (Red+Green+Blue) = 190+180+187=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB4BB is #414B44. Grayscale: #B7B7B7. Windows color (decimal): -4279109 or 12301502. OLE color: 12301502.

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

Color convert

RGB190180187-
CMYK00.050.020.25
HSL318º7.14%72.55%-
HSV(B)318º5.26%74.51%-
XYZ46.5347.1853.67-
YUV183.79129.81132.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 180 (70.70% from 255) = 32.32%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=34.11%
G=32.32%
B=33.57%

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
Decimal19018018700.050.020.253187.1472.55
HexBEB4BB0521913e749
Octal276264273052314767111
Binary101111101011010010111011010110110011001111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4BB; }

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

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

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

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

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

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

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

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