#BAAFB8

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

Shades of Maverick #BAAFB8

Tints of Maverick #BAAFB8

Color information

#BAAFB8 (or 0xBAAFB8) is unknown color: approx Maverick. HEX triplet: BA, AF and B8. RGB value is (186,175,184). Sum of RGB (Red+Green+Blue) = 186+175+184=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFB8 is #455047. Grayscale: #B3B3B3. Windows color (decimal): -4542536 or 12103610. OLE color: 12103610.

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

Color convert

RGB186175184-
CMYK00.060.010.27
HSL310.91º7.38%70.78%-
HSV(B)310.91º5.91%72.94%-
XYZ44.2344.5651.62-
YUV179.32130.64132.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 184 (72.27% from 255) = 33.76%
R=34.13%
G=32.11%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617518400.060.010.27310.917.3870.78
HexBAAFB80611B137747
Octal272257270061334677107
Binary10111010101011111011100001101110111001101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFB8; }

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

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

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

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

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

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

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

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