Html Css Color HEX #BAB8B9 Maverick

📋 copy color: '#BAB8B9'

red 186 ◦ green 184 ◦ blue 185

#BAB8B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #BAB8B9

Tints of Maverick #BAB8B9

RGB

 RED value IS 186 (73.05% from 255) = 33.51%

 GREEN value IS 184 (72.27% from 255) = 33.15%

 BLUE value IS 185 (72.66% from 255) = 33.33%

R = 33.51%
G = 33.15%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BAB8B9 (or 0xBAB8B9) is known color: Maverick. HEX triplet: BA, B8 and B9. RGB value is (186,184,185). Sum of RGB (Red+Green+Blue) = 186+184+185=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8B9 is #454746. Grayscale: #B8B8B8. Windows color (decimal): -4540231 or 12171450. OLE color: 12171450.

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

Color convert

RGB 186 184 185 -
CMYK 0 0.01 0.01 0.27
HSL 330º 0.01% 0.73% -
HSV(B) 330º 0.01% 0.73% -
XYZ 46.15 48.22 52.77 -
YUV 184.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 186 184 185 0 0.01 0.01 0.27 330 0.01 0.73
Hex BA B8 B9 0 1 1 1B 14A 1 49
Octal 272 270 271 0 1 1 33 512 1 111
Binary 10111010 10111000 10111001 0 1 1 11011 101001010 1 1001001

Color Harmonies of #BAB8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB8B9

Black with #BAB8B9

Text Example


Text Example

White with #BAB8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB8B9; }

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

 H1.HeaderClassName
 {
   color: #BAB8B9;
 }
 .AnyTagClassName
 {
   color: #BAB8B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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