#BEAEB9

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

Shades of Maverick #BEAEB9

Tints of Maverick #BEAEB9

Color information

#BEAEB9 (or 0xBEAEB9) is unknown color: approx Maverick. HEX triplet: BE, AE and B9. RGB value is (190,174,185). Sum of RGB (Red+Green+Blue) = 190+174+185=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEB9 is #415146. Grayscale: #B4B4B4. Windows color (decimal): -4280647 or 12168894. OLE color: 12168894.

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

Color convert

RGB190174185-
CMYK00.080.030.25
HSL318.75º10.96%71.37%-
HSV(B)318.75º8.42%74.51%-
XYZ45.1344.7252.15-
YUV180.04130.8135.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 185 (72.66% from 255) = 33.70%
R=34.61%
G=31.69%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017418500.080.030.25318.7510.9671.37
HexBEAEB90831913fb47
Octal27625627101033147713107
Binary10111110101011101011100101000111100110011111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEB9; }

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

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

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

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

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

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

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

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