#BEB0B8

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

Shades of Maverick #BEB0B8

Tints of Maverick #BEB0B8

Color information

#BEB0B8 (or 0xBEB0B8) is unknown color: approx Maverick. HEX triplet: BE, B0 and B8. RGB value is (190,176,184). Sum of RGB (Red+Green+Blue) = 190+176+184=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB0B8 is #414F47. Grayscale: #B5B5B5. Windows color (decimal): -4280136 or 12103870. OLE color: 12103870.

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

Color convert

RGB190176184-
CMYK00.070.030.25
HSL325.71º9.72%71.76%-
HSV(B)325.71º7.37%74.51%-
XYZ45.4145.4651.73-
YUV181.1129.64134.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 176 (69.14% from 255) = 32%
BLUE value IS 184 (72.27% from 255) = 33.45%
R=34.55%
G=32%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017618400.070.030.25325.719.7271.76
HexBEB0B807319146a48
Octal2762602700733150612110
Binary1011111010110000101110000111111100110100011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB0B8; }

 p { color: rgb(190,176,184); }

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

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

 a { background-color: rgb(190,176,184); }

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

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

 span { border-color: rgb(190,176,184); }

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