Html Css Color HEX #B0ADAC Martini

📋 copy color: '#B0ADAC'

red 176 ◦ green 173 ◦ blue 172

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

Shades of Martini #B0ADAC

Tints of Martini #B0ADAC

RGB

 RED value IS 176 (69.14% from 255) = 33.78%

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

 BLUE value IS 172 (67.58% from 255) = 33.01%

R = 33.78%
G = 33.21%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B0ADAC (or 0xB0ADAC) is known color: Martini. HEX triplet: B0, AD and AC. RGB value is (176,173,172). Sum of RGB (Red+Green+Blue) = 176+173+172=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ADAC is #4F5253. Grayscale: #ADADAD. Windows color (decimal): -5198420 or 11316656. OLE color: 11316656.

HSL color Cylindrical-coordinate representation of color #B0ADAC: hue angle of 15º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B0ADAC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 173 172 -
CMYK 0 0.02 0.02 0.31
HSL 15º 0.02% 0.68% -
HSV(B) 15º 0.02% 0.69% -
XYZ 40.29 42.1 45.03 -
YUV 173.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 176 173 172 0 0.02 0.02 0.31 15 0.02 0.68
Hex B0 AD AC 0 2 2 1F F 2 44
Octal 260 255 254 0 2 2 37 17 2 104
Binary 10110000 10101101 10101100 0 10 10 11111 1111 10 1000100

Color Harmonies of #B0ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADAC

Black with #B0ADAC

Text Example


Text Example

White with #B0ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADAC; }

 p { color: rgb(176,173,172); }

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

background-color css

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

 a { background-color: rgb(176,173,172); }

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

border-color css

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

 span { border-color: rgb(176,173,172); }

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