Html Css Color HEX #BCAAA7 Martini

📋 copy color: '#BCAAA7'

red 188 ◦ green 170 ◦ blue 167

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

Shades of Martini #BCAAA7

Tints of Martini #BCAAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.81%

R = 35.81%
G = 32.38%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BCAAA7 (or 0xBCAAA7) is known color: Martini. HEX triplet: BC, AA and A7. RGB value is (188,170,167). Sum of RGB (Red+Green+Blue) = 188+170+167=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAA7 is #435558. Grayscale: #AFAFAF. Windows color (decimal): -4412761 or 10988220. OLE color: 10988220.

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

Color convert

RGB 188 170 167 -
CMYK 0 0.10 0.11 0.26
HSL 8.57º 0.14% 0.7% -
HSV(B) 8.57º 0.11% 0.74% -
XYZ 42.09 42.23 42.49 -
YUV 175.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 188 170 167 0 0.10 0.11 0.26 8.57 0.14 0.7
Hex BC AA A7 0 A B 1A 9 E 46
Octal 274 252 247 0 12 13 32 11 16 106
Binary 10111100 10101010 10100111 0 1010 1011 11010 1001 1110 1000110

Color Harmonies of #BCAAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAA7

Black with #BCAAA7

Text Example


Text Example

White with #BCAAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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