Html Css Color HEX #BBABA6 Martini

📋 copy color: '#BBABA6'

red 187 ◦ green 171 ◦ blue 166

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

Shades of Martini #BBABA6

Tints of Martini #BBABA6

RGB

 RED value IS 187 (73.44% from 255) = 35.69%

 GREEN value IS 171 (67.19% from 255) = 32.63%

 BLUE value IS 166 (65.23% from 255) = 31.68%

R = 35.69%
G = 32.63%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BBABA6 (or 0xBBABA6) is known color: Martini. HEX triplet: BB, AB and A6. RGB value is (187,171,166). Sum of RGB (Red+Green+Blue) = 187+171+166=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABA6 is #445459. Grayscale: #AFAFAF. Windows color (decimal): -4478042 or 10922939. OLE color: 10922939.

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

Color convert

RGB 187 171 166 -
CMYK 0 0.09 0.11 0.27
HSL 14.29º 0.13% 0.69% -
HSV(B) 14.29º 0.11% 0.73% -
XYZ 41.94 42.44 42.06 -
YUV 175.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 187 171 166 0 0.09 0.11 0.27 14.29 0.13 0.69
Hex BB AB A6 0 9 B 1B E D 45
Octal 273 253 246 0 11 13 33 16 15 105
Binary 10111011 10101011 10100110 0 1001 1011 11011 1110 1101 1000101

Color Harmonies of #BBABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABA6

Black with #BBABA6

Text Example


Text Example

White with #BBABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABA6; }

 p { color: rgb(187,171,166); }

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

background-color css

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

 a { background-color: rgb(187,171,166); }

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

border-color css

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

 span { border-color: rgb(187,171,166); }

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