Html Css Color HEX #BCABA8 Martini

📋 copy color: '#BCABA8'

red 188 ◦ green 171 ◦ blue 168

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

Shades of Martini #BCABA8

Tints of Martini #BCABA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.88%

R = 35.67%
G = 32.45%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BCABA8 (or 0xBCABA8) is known color: Martini. HEX triplet: BC, AB and A8. RGB value is (188,171,168). Sum of RGB (Red+Green+Blue) = 188+171+168=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABA8 is #435457. Grayscale: #AFAFAF. Windows color (decimal): -4412504 or 11054012. OLE color: 11054012.

HSL color Cylindrical-coordinate representation of color #BCABA8: hue angle of 9º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCABA8 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 168 -
CMYK 0 0.09 0.11 0.26
HSL 0.13% 0.7% -
HSV(B) 0.11% 0.74% -
XYZ 42.37 42.64 43.04 -
YUV 175.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 188 171 168 0 0.09 0.11 0.26 9 0.13 0.7
Hex BC AB A8 0 9 B 1A 9 D 46
Octal 274 253 250 0 11 13 32 11 15 106
Binary 10111100 10101011 10101000 0 1001 1011 11010 1001 1101 1000110

Color Harmonies of #BCABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABA8

Black with #BCABA8

Text Example


Text Example

White with #BCABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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