#BAAEB8

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

Shades of Maverick #BAAEB8

Tints of Maverick #BAAEB8

Color information

#BAAEB8 (or 0xBAAEB8) is unknown color: approx Maverick. HEX triplet: BA, AE and B8. RGB value is (186,174,184). Sum of RGB (Red+Green+Blue) = 186+174+184=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEB8 is #455147. Grayscale: #B2B2B2. Windows color (decimal): -4542792 or 12103354. OLE color: 12103354.

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

Color convert

RGB186174184-
CMYK00.060.010.27
HSL310º8%70.59%-
HSV(B)310º6.45%72.94%-
XYZ44.0444.1751.55-
YUV178.73130.98133.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 184 (72.27% from 255) = 33.82%
R=34.19%
G=31.99%
B=33.82%

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
Decimal18617418400.060.010.27310870.59
HexBAAEB80611B136847
Octal2722562700613346610107
Binary101110101010111010111000011011101110011011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEB8; }

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

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

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

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

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

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

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

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