Html Css Color HEX #BBABA7 Martini

📋 copy color: '#BBABA7'

red 187 ◦ green 171 ◦ blue 167

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

Shades of Martini #BBABA7

Tints of Martini #BBABA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.81%

R = 35.62%
G = 32.57%
B = 31.81%

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

#BBABA7 (or 0xBBABA7) is known color: Martini. HEX triplet: BB, AB and A7. RGB value is (187,171,167). Sum of RGB (Red+Green+Blue) = 187+171+167=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABA7 is #445458. Grayscale: #AFAFAF. Windows color (decimal): -4478041 or 10988475. OLE color: 10988475.

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

Color convert

RGB 187 171 167 -
CMYK 0 0.09 0.11 0.27
HSL 12º 0.13% 0.69% -
HSV(B) 12º 0.11% 0.73% -
XYZ 42.03 42.48 42.54 -
YUV 175.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 187 171 167 0 0.09 0.11 0.27 12 0.13 0.69
Hex BB AB A7 0 9 B 1B C D 45
Octal 273 253 247 0 11 13 33 14 15 105
Binary 10111011 10101011 10100111 0 1001 1011 11011 1100 1101 1000101

Color Harmonies of #BBABA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABA7

Black with #BBABA7

Text Example


Text Example

White with #BBABA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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