Html Css Color HEX #BAB6B8 Maverick

📋 copy color: '#BAB6B8'

red 186 ◦ green 182 ◦ blue 184

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

Shades of Maverick #BAB6B8

Tints of Maverick #BAB6B8

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.97%

 BLUE value IS 184 (72.27% from 255) = 33.33%

R = 33.7%
G = 32.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BAB6B8 (or 0xBAB6B8) is known color: Maverick. HEX triplet: BA, B6 and B8. RGB value is (186,182,184). Sum of RGB (Red+Green+Blue) = 186+182+184=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6B8 is #454947. Grayscale: #B7B7B7. Windows color (decimal): -4540744 or 12105402. OLE color: 12105402.

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

Color convert

RGB 186 182 184 -
CMYK 0 0.02 0.01 0.27
HSL 330º 0.03% 0.72% -
HSV(B) 330º 0.02% 0.73% -
XYZ 45.63 47.36 52.08 -
YUV 183.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 186 182 184 0 0.02 0.01 0.27 330 0.03 0.72
Hex BA B6 B8 0 2 1 1B 14A 3 48
Octal 272 266 270 0 2 1 33 512 3 110
Binary 10111010 10110110 10111000 0 10 1 11011 101001010 11 1001000

Color Harmonies of #BAB6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6B8

Black with #BAB6B8

Text Example


Text Example

White with #BAB6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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