Html Css Color HEX #BAB6B9 Maverick

📋 copy color: '#BAB6B9'

red 186 ◦ green 182 ◦ blue 185

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

Shades of Maverick #BAB6B9

Tints of Maverick #BAB6B9

RGB

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

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

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

R = 33.63%
G = 32.91%
B = 33.45%

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

#BAB6B9 (or 0xBAB6B9) is known color: Maverick. HEX triplet: BA, B6 and B9. RGB value is (186,182,185). Sum of RGB (Red+Green+Blue) = 186+182+185=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6B9 is #454946. Grayscale: #B7B7B7. Windows color (decimal): -4540743 or 12170938. OLE color: 12170938.

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

Color convert

RGB 186 182 185 -
CMYK 0 0.02 0.01 0.27
HSL 315º 0.03% 0.72% -
HSV(B) 315º 0.02% 0.73% -
XYZ 45.73 47.4 52.64 -
YUV 183.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 186 182 185 0 0.02 0.01 0.27 315 0.03 0.72
Hex BA B6 B9 0 2 1 1B 13B 3 48
Octal 272 266 271 0 2 1 33 473 3 110
Binary 10111010 10110110 10111001 0 10 1 11011 100111011 11 1001000

Color Harmonies of #BAB6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6B9

Black with #BAB6B9

Text Example


Text Example

White with #BAB6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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