#BAAEB6

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

Shades of Maverick #BAAEB6

Tints of Maverick #BAAEB6

Color information

#BAAEB6 (or 0xBAAEB6) is unknown color: approx Maverick. HEX triplet: BA, AE and B6. RGB value is (186,174,182). Sum of RGB (Red+Green+Blue) = 186+174+182=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEB6 is #455149. Grayscale: #B2B2B2. Windows color (decimal): -4542794 or 11972282. OLE color: 11972282.

HSL color Cylindrical-coordinate representation of color #BAAEB6: hue angle of 320º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAAEB6 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB186174182-
CMYK00.060.020.27
HSL320º8%70.59%-
HSV(B)320º6.45%72.94%-
XYZ43.8344.0950.46-
YUV178.5129.98133.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 182 (71.48% from 255) = 33.58%
R=34.32%
G=32.10%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617418200.060.020.27320870.59
HexBAAEB60621B140847
Octal2722562660623350010107
Binary1011101010101110101101100110101101110100000010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEB6; }

 p { color: rgb(186,174,182); }

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

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

 a { background-color: rgb(186,174,182); }

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

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

 span { border-color: rgb(186,174,182); }

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