#BAAFB6

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

Shades of Maverick #BAAFB6

Tints of Maverick #BAAFB6

Color information

#BAAFB6 (or 0xBAAFB6) is unknown color: approx Maverick. HEX triplet: BA, AF and B6. RGB value is (186,175,182). Sum of RGB (Red+Green+Blue) = 186+175+182=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFB6 is #455049. Grayscale: #B3B3B3. Windows color (decimal): -4542538 or 11972538. OLE color: 11972538.

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

Color convert

RGB186175182-
CMYK00.060.020.27
HSL321.82º7.38%70.78%-
HSV(B)321.82º5.91%72.94%-
XYZ44.0244.4850.52-
YUV179.09129.64132.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 182 (71.48% from 255) = 33.52%
R=34.25%
G=32.23%
B=33.52%

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
Decimal18617518200.060.020.27321.827.3870.78
HexBAAFB60621B142747
Octal272257266062335027107
Binary101110101010111110110110011010110111010000101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFB6; }

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

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

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

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

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

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

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

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