Html Css Color HEX #BCA9A6 Martini

📋 copy color: '#BCA9A6'

red 188 ◦ green 169 ◦ blue 166

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

Shades of Martini #BCA9A6

Tints of Martini #BCA9A6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.31%

 BLUE value IS 166 (65.23% from 255) = 31.74%

R = 35.95%
G = 32.31%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BCA9A6 (or 0xBCA9A6) is known color: Martini. HEX triplet: BC, A9 and A6. RGB value is (188,169,166). Sum of RGB (Red+Green+Blue) = 188+169+166=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA9A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA9A6 is #435659. Grayscale: #AEAEAE. Windows color (decimal): -4413018 or 10922428. OLE color: 10922428.

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

Color convert

RGB 188 169 166 -
CMYK 0 0.10 0.12 0.26
HSL 8.18º 0.14% 0.69% -
HSV(B) 8.18º 0.12% 0.74% -
XYZ 41.81 41.82 41.94 -
YUV 174.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 188 169 166 0 0.10 0.12 0.26 8.18 0.14 0.69
Hex BC A9 A6 0 A C 1A 8 E 45
Octal 274 251 246 0 12 14 32 10 16 105
Binary 10111100 10101001 10100110 0 1010 1100 11010 1000 1110 1000101

Color Harmonies of #BCA9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA9A6

Black with #BCA9A6

Text Example


Text Example

White with #BCA9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA9A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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