Html Css Color HEX #BBABA5 Martini

📋 copy color: '#BBABA5'

red 187 ◦ green 171 ◦ blue 165

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

Shades of Martini #BBABA5

Tints of Martini #BBABA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.55%

R = 35.76%
G = 32.7%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BBABA5 (or 0xBBABA5) is known color: Martini. HEX triplet: BB, AB and A5. RGB value is (187,171,165). Sum of RGB (Red+Green+Blue) = 187+171+165=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABA5 is #44545A. Grayscale: #AFAFAF. Windows color (decimal): -4478043 or 10857403. OLE color: 10857403.

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

Color convert

RGB 187 171 165 -
CMYK 0 0.09 0.12 0.27
HSL 16.36º 0.14% 0.69% -
HSV(B) 16.36º 0.12% 0.73% -
XYZ 41.85 42.41 41.58 -
YUV 175.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 187 171 165 0 0.09 0.12 0.27 16.36 0.14 0.69
Hex BB AB A5 0 9 C 1B 10 E 45
Octal 273 253 245 0 11 14 33 20 16 105
Binary 10111011 10101011 10100101 0 1001 1100 11011 10000 1110 1000101

Color Harmonies of #BBABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABA5

Black with #BBABA5

Text Example


Text Example

White with #BBABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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