Html Css Color HEX #BCAAA3 Martini

📋 copy color: '#BCAAA3'

red 188 ◦ green 170 ◦ blue 163

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

Shades of Martini #BCAAA3

Tints of Martini #BCAAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.29%

R = 36.08%
G = 32.63%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BCAAA3 (or 0xBCAAA3) is known color: Martini. HEX triplet: BC, AA and A3. RGB value is (188,170,163). Sum of RGB (Red+Green+Blue) = 188+170+163=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAA3 is #43555C. Grayscale: #AEAEAE. Windows color (decimal): -4412765 or 10726076. OLE color: 10726076.

HSL color Cylindrical-coordinate representation of color #BCAAA3: hue angle of 16.8º degrees, saturation: 0.16, 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 #BCAAA3 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 163 -
CMYK 0 0.10 0.13 0.26
HSL 16.8º 0.16% 0.69% -
HSV(B) 16.8º 0.13% 0.74% -
XYZ 41.72 42.09 40.57 -
YUV 174.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 188 170 163 0 0.10 0.13 0.26 16.8 0.16 0.69
Hex BC AA A3 0 A D 1A 11 10 45
Octal 274 252 243 0 12 15 32 21 20 105
Binary 10111100 10101010 10100011 0 1010 1101 11010 10001 10000 1000101

Color Harmonies of #BCAAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAA3

Black with #BCAAA3

Text Example


Text Example

White with #BCAAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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