Html Css Color HEX #BCABA5 Martini

📋 copy color: '#BCABA5'

red 188 ◦ green 171 ◦ blue 165

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

Shades of Martini #BCABA5

Tints of Martini #BCABA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.49%

R = 35.88%
G = 32.63%
B = 31.49%

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

#BCABA5 (or 0xBCABA5) is known color: Martini. HEX triplet: BC, AB and A5. RGB value is (188,171,165). Sum of RGB (Red+Green+Blue) = 188+171+165=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABA5 is #43545A. Grayscale: #AFAFAF. Windows color (decimal): -4412507 or 10857404. OLE color: 10857404.

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

Color convert

RGB 188 171 165 -
CMYK 0 0.09 0.12 0.26
HSL 15.65º 0.15% 0.69% -
HSV(B) 15.65º 0.12% 0.74% -
XYZ 42.09 42.53 41.59 -
YUV 175.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 188 171 165 0 0.09 0.12 0.26 15.65 0.15 0.69
Hex BC AB A5 0 9 C 1A 10 F 45
Octal 274 253 245 0 11 14 32 20 17 105
Binary 10111100 10101011 10100101 0 1001 1100 11010 10000 1111 1000101

Color Harmonies of #BCABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABA5

Black with #BCABA5

Text Example


Text Example

White with #BCABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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