#BEAEB8

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

Shades of Maverick #BEAEB8

Tints of Maverick #BEAEB8

Color information

#BEAEB8 (or 0xBEAEB8) is unknown color: approx Maverick. HEX triplet: BE, AE and B8. RGB value is (190,174,184). Sum of RGB (Red+Green+Blue) = 190+174+184=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEB8 is #415147. Grayscale: #B3B3B3. Windows color (decimal): -4280648 or 12103358. OLE color: 12103358.

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

Color convert

RGB190174184-
CMYK00.080.030.25
HSL322.5º10.96%71.37%-
HSV(B)322.5º8.42%74.51%-
XYZ45.0244.6851.6-
YUV179.92130.3135.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 184 (72.27% from 255) = 33.58%
R=34.67%
G=31.75%
B=33.58%

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
Decimal19017418400.080.030.25322.510.9671.37
HexBEAEB808319143b47
Octal27625627001033150313107
Binary10111110101011101011100001000111100110100001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEB8; }

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

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

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

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

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

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

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

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