Html Css Color HEX #BCACA4 Martini

📋 copy color: '#BCACA4'

red 188 ◦ green 172 ◦ blue 164

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

Shades of Martini #BCACA4

Tints of Martini #BCACA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.3%

R = 35.88%
G = 32.82%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BCACA4 (or 0xBCACA4) is known color: Martini. HEX triplet: BC, AC and A4. RGB value is (188,172,164). Sum of RGB (Red+Green+Blue) = 188+172+164=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACA4 is #43535B. Grayscale: #AFAFAF. Windows color (decimal): -4412252 or 10792124. OLE color: 10792124.

HSL color Cylindrical-coordinate representation of color #BCACA4: hue angle of 20º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCACA4 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 172 164 -
CMYK 0 0.09 0.13 0.26
HSL 20º 0.15% 0.69% -
HSV(B) 20º 0.13% 0.74% -
XYZ 42.19 42.88 41.17 -
YUV 175.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 188 172 164 0 0.09 0.13 0.26 20 0.15 0.69
Hex BC AC A4 0 9 D 1A 14 F 45
Octal 274 254 244 0 11 15 32 24 17 105
Binary 10111100 10101100 10100100 0 1001 1101 11010 10100 1111 1000101

Color Harmonies of #BCACA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACA4

Black with #BCACA4

Text Example


Text Example

White with #BCACA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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