#BBADA8

Color #BBADA8 Martini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martini #BBADA8

Tints of Martini #BBADA8

Color information

#BBADA8 (or 0xBBADA8) is unknown color: approx Martini. HEX triplet: BB, AD and A8. RGB value is (187,173,168). Sum of RGB (Red+Green+Blue) = 187+173+168=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADA8 is #445257. Grayscale: #B0B0B0. Windows color (decimal): -4477528 or 11054523. OLE color: 11054523.

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

Color convert

RGB187173168-
CMYK00.070.100.27
HSL15.79º12.26%69.61%-
HSV(B)15.79º10.16%73.33%-
XYZ42.543.2843.16-
YUV176.62123.14135.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 168 (66.02% from 255) = 31.82%
R=35.42%
G=32.77%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717316800.070.100.2715.7912.2669.61
HexBBADA807A1B10c46
Octal2732552500712332014106
Binary10111011101011011010100001111010110111000011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADA8; }

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

 H1.HeaderClassName
 {
   color: #BBADA8;
 }
 .AnyTagClassName
 {
   color: #BBADA8;
 }
</style>
background-color css

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

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

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

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

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

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