#BEAEB7

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

Shades of Maverick #BEAEB7

Tints of Maverick #BEAEB7

Color information

#BEAEB7 (or 0xBEAEB7) is unknown color: approx Maverick. HEX triplet: BE, AE and B7. RGB value is (190,174,183). Sum of RGB (Red+Green+Blue) = 190+174+183=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEB7 is #415148. Grayscale: #B3B3B3. Windows color (decimal): -4280649 or 12037822. OLE color: 12037822.

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

Color convert

RGB190174183-
CMYK00.080.040.25
HSL326.25º10.96%71.37%-
HSV(B)326.25º8.42%74.51%-
XYZ44.9244.6451.05-
YUV179.81129.8135.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 183 (71.88% from 255) = 33.46%
R=34.73%
G=31.81%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017418300.080.040.25326.2510.9671.37
HexBEAEB708419146b47
Octal27625626701043150613107
Binary101111101010111010110111010001001100110100011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEB7; }

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

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

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

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

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

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

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

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