#BAAEB7

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

Shades of Maverick #BAAEB7

Tints of Maverick #BAAEB7

Color information

#BAAEB7 (or 0xBAAEB7) is unknown color: approx Maverick. HEX triplet: BA, AE and B7. RGB value is (186,174,183). Sum of RGB (Red+Green+Blue) = 186+174+183=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEB7 is #455148. Grayscale: #B2B2B2. Windows color (decimal): -4542793 or 12037818. OLE color: 12037818.

HSL color Cylindrical-coordinate representation of color #BAAEB7: hue angle of 315º 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 #BAAEB7 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB186174183-
CMYK00.060.020.27
HSL315º8%70.59%-
HSV(B)315º6.45%72.94%-
XYZ43.9344.1351-
YUV178.61130.48133.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 183 (71.88% from 255) = 33.70%
R=34.25%
G=32.04%
B=33.70%

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
Decimal18617418300.060.020.27315870.59
HexBAAEB70621B13b847
Octal2722562670623347310107
Binary1011101010101110101101110110101101110011101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEB7; }

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

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

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

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

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

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

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

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