Html Css Color HEX #BCABA6 Martini

📋 copy color: '#BCABA6'

red 188 ◦ green 171 ◦ blue 166

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

Shades of Martini #BCABA6

Tints of Martini #BCABA6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.57%

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

R = 35.81%
G = 32.57%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BCABA6 (or 0xBCABA6) is known color: Martini. HEX triplet: BC, AB and A6. RGB value is (188,171,166). Sum of RGB (Red+Green+Blue) = 188+171+166=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABA6 is #435459. Grayscale: #AFAFAF. Windows color (decimal): -4412506 or 10922940. OLE color: 10922940.

HSL color Cylindrical-coordinate representation of color #BCABA6: hue angle of 13.64º 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 #BCABA6 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 166 -
CMYK 0 0.09 0.12 0.26
HSL 13.64º 0.14% 0.69% -
HSV(B) 13.64º 0.12% 0.74% -
XYZ 42.18 42.57 42.07 -
YUV 175.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 188 171 166 0 0.09 0.12 0.26 13.64 0.14 0.69
Hex BC AB A6 0 9 C 1A E E 45
Octal 274 253 246 0 11 14 32 16 16 105
Binary 10111100 10101011 10100110 0 1001 1100 11010 1110 1110 1000101

Color Harmonies of #BCABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABA6

Black with #BCABA6

Text Example


Text Example

White with #BCABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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