Html Css Color HEX #BCAAA2 Martini

📋 copy color: '#BCAAA2'

red 188 ◦ green 170 ◦ blue 162

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

Shades of Martini #BCAAA2

Tints of Martini #BCAAA2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.69%

 BLUE value IS 162 (63.67% from 255) = 31.15%

R = 36.15%
G = 32.69%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BCAAA2 (or 0xBCAAA2) is known color: Martini. HEX triplet: BC, AA and A2. RGB value is (188,170,162). Sum of RGB (Red+Green+Blue) = 188+170+162=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAA2 is #43555D. Grayscale: #AEAEAE. Windows color (decimal): -4412766 or 10660540. OLE color: 10660540.

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

Color convert

RGB 188 170 162 -
CMYK 0 0.10 0.14 0.26
HSL 18.46º 0.16% 0.69% -
HSV(B) 18.46º 0.14% 0.74% -
XYZ 41.64 42.05 40.1 -
YUV 174.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 188 170 162 0 0.10 0.14 0.26 18.46 0.16 0.69
Hex BC AA A2 0 A E 1A 12 10 45
Octal 274 252 242 0 12 16 32 22 20 105
Binary 10111100 10101010 10100010 0 1010 1110 11010 10010 10000 1000101

Color Harmonies of #BCAAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAA2

Black with #BCAAA2

Text Example


Text Example

White with #BCAAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAA2; }

 p { color: rgb(188,170,162); }

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

background-color css

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

 a { background-color: rgb(188,170,162); }

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

border-color css

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

 span { border-color: rgb(188,170,162); }

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