Html Css Color HEX #BBADA6 Martini

📋 copy color: '#BBADA6'

red 187 ◦ green 173 ◦ blue 166

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

Shades of Martini #BBADA6

Tints of Martini #BBADA6

RGB

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

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

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

R = 35.55%
G = 32.89%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BBADA6 (or 0xBBADA6) is known color: Martini. HEX triplet: BB, AD and A6. RGB value is (187,173,166). Sum of RGB (Red+Green+Blue) = 187+173+166=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADA6 is #445259. Grayscale: #B0B0B0. Windows color (decimal): -4477530 or 10923451. OLE color: 10923451.

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

Color convert

RGB 187 173 166 -
CMYK 0 0.07 0.11 0.27
HSL 20º 0.13% 0.69% -
HSV(B) 20º 0.11% 0.73% -
XYZ 42.32 43.21 42.19 -
YUV 176.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 187 173 166 0 0.07 0.11 0.27 20 0.13 0.69
Hex BB AD A6 0 7 B 1B 14 D 45
Octal 273 255 246 0 7 13 33 24 15 105
Binary 10111011 10101101 10100110 0 111 1011 11011 10100 1101 1000101

Color Harmonies of #BBADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADA6

Black with #BBADA6

Text Example


Text Example

White with #BBADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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