Html Css Color HEX #BBABA8 Martini

📋 copy color: '#BBABA8'

red 187 ◦ green 171 ◦ blue 168

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

Shades of Martini #BBABA8

Tints of Martini #BBABA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.94%

R = 35.55%
G = 32.51%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BBABA8 (or 0xBBABA8) is known color: Martini. HEX triplet: BB, AB and A8. RGB value is (187,171,168). Sum of RGB (Red+Green+Blue) = 187+171+168=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABA8 is #445457. Grayscale: #AFAFAF. Windows color (decimal): -4478040 or 11054011. OLE color: 11054011.

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

Color convert

RGB 187 171 168 -
CMYK 0 0.09 0.10 0.27
HSL 9.47º 0.12% 0.7% -
HSV(B) 9.47º 0.1% 0.73% -
XYZ 42.12 42.52 43.03 -
YUV 175.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 187 171 168 0 0.09 0.10 0.27 9.47 0.12 0.7
Hex BB AB A8 0 9 A 1B 9 C 46
Octal 273 253 250 0 11 12 33 11 14 106
Binary 10111011 10101011 10101000 0 1001 1010 11011 1001 1100 1000110

Color Harmonies of #BBABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABA8

Black with #BBABA8

Text Example


Text Example

White with #BBABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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