Html Css Color HEX #BCACA8 Martini

📋 copy color: '#BCACA8'

red 188 ◦ green 172 ◦ blue 168

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

Shades of Martini #BCACA8

Tints of Martini #BCACA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.82%

R = 35.61%
G = 32.58%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BCACA8 (or 0xBCACA8) is known color: Martini. HEX triplet: BC, AC and A8. RGB value is (188,172,168). Sum of RGB (Red+Green+Blue) = 188+172+168=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACA8 is #435357. Grayscale: #B0B0B0. Windows color (decimal): -4412248 or 11054268. OLE color: 11054268.

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

Color convert

RGB 188 172 168 -
CMYK 0 0.09 0.11 0.26
HSL 12º 0.13% 0.7% -
HSV(B) 12º 0.11% 0.74% -
XYZ 42.56 43.02 43.11 -
YUV 176.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 188 172 168 0 0.09 0.11 0.26 12 0.13 0.7
Hex BC AC A8 0 9 B 1A C D 46
Octal 274 254 250 0 11 13 32 14 15 106
Binary 10111100 10101100 10101000 0 1001 1011 11010 1100 1101 1000110

Color Harmonies of #BCACA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACA8

Black with #BCACA8

Text Example


Text Example

White with #BCACA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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