Html Css Color HEX #BCACA9 Martini

📋 copy color: '#BCACA9'

red 188 ◦ green 172 ◦ blue 169

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

Shades of Martini #BCACA9

Tints of Martini #BCACA9

RGB

 RED value IS 188 (73.83% from 255) = 35.54%

 GREEN value IS 172 (67.58% from 255) = 32.51%

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

R = 35.54%
G = 32.51%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BCACA9 (or 0xBCACA9) is known color: Martini. HEX triplet: BC, AC and A9. RGB value is (188,172,169). Sum of RGB (Red+Green+Blue) = 188+172+169=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACA9 is #435356. Grayscale: #B0B0B0. Windows color (decimal): -4412247 or 11119804. OLE color: 11119804.

HSL color Cylindrical-coordinate representation of color #BCACA9: hue angle of 9.47º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCACA9 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 172 169 -
CMYK 0 0.09 0.10 0.26
HSL 9.47º 0.12% 0.7% -
HSV(B) 9.47º 0.1% 0.74% -
XYZ 42.65 43.06 43.6 -
YUV 176.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 188 172 169 0 0.09 0.10 0.26 9.47 0.12 0.7
Hex BC AC A9 0 9 A 1A 9 C 46
Octal 274 254 251 0 11 12 32 11 14 106
Binary 10111100 10101100 10101001 0 1001 1010 11010 1001 1100 1000110

Color Harmonies of #BCACA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACA9

Black with #BCACA9

Text Example


Text Example

White with #BCACA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACA9; }

 p { color: rgb(188,172,169); }

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

background-color css

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

 a { background-color: rgb(188,172,169); }

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

border-color css

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

 span { border-color: rgb(188,172,169); }

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