Html Css Color HEX #BBADA9 Martini

📋 copy color: '#BBADA9'

red 187 ◦ green 173 ◦ blue 169

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

Shades of Martini #BBADA9

Tints of Martini #BBADA9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.7%

 BLUE value IS 169 (66.41% from 255) = 31.95%

R = 35.35%
G = 32.7%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BBADA9 (or 0xBBADA9) is known color: Martini. HEX triplet: BB, AD and A9. RGB value is (187,173,169). Sum of RGB (Red+Green+Blue) = 187+173+169=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADA9 is #445256. Grayscale: #B0B0B0. Windows color (decimal): -4477527 or 11120059. OLE color: 11120059.

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

Color convert

RGB 187 173 169 -
CMYK 0 0.07 0.10 0.27
HSL 13.33º 0.12% 0.7% -
HSV(B) 13.33º 0.1% 0.73% -
XYZ 42.6 43.32 43.65 -
YUV 176.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 187 173 169 0 0.07 0.10 0.27 13.33 0.12 0.7
Hex BB AD A9 0 7 A 1B D C 46
Octal 273 255 251 0 7 12 33 15 14 106
Binary 10111011 10101101 10101001 0 111 1010 11011 1101 1100 1000110

Color Harmonies of #BBADA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADA9

Black with #BBADA9

Text Example


Text Example

White with #BBADA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADA9; }

 p { color: rgb(187,173,169); }

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

background-color css

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

 a { background-color: rgb(187,173,169); }

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

border-color css

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

 span { border-color: rgb(187,173,169); }

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