Html Css Color HEX #BBADA7 Martini

📋 copy color: '#BBADA7'

red 187 ◦ green 173 ◦ blue 167

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

Shades of Martini #BBADA7

Tints of Martini #BBADA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.69%

R = 35.48%
G = 32.83%
B = 31.69%

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

#BBADA7 (or 0xBBADA7) is known color: Martini. HEX triplet: BB, AD and A7. RGB value is (187,173,167). Sum of RGB (Red+Green+Blue) = 187+173+167=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADA7 is #445258. Grayscale: #B0B0B0. Windows color (decimal): -4477529 or 10988987. OLE color: 10988987.

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

Color convert

RGB 187 173 167 -
CMYK 0 0.07 0.11 0.27
HSL 18º 0.13% 0.69% -
HSV(B) 18º 0.11% 0.73% -
XYZ 42.41 43.24 42.67 -
YUV 176.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 187 173 167 0 0.07 0.11 0.27 18 0.13 0.69
Hex BB AD A7 0 7 B 1B 12 D 45
Octal 273 255 247 0 7 13 33 22 15 105
Binary 10111011 10101101 10100111 0 111 1011 11011 10010 1101 1000101

Color Harmonies of #BBADA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADA7

Black with #BBADA7

Text Example


Text Example

White with #BBADA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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