Html Css Color HEX #BCAAA4 Martini

📋 copy color: '#BCAAA4'

red 188 ◦ green 170 ◦ blue 164

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

Shades of Martini #BCAAA4

Tints of Martini #BCAAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.42%

R = 36.02%
G = 32.57%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BCAAA4 (or 0xBCAAA4) is known color: Martini. HEX triplet: BC, AA and A4. RGB value is (188,170,164). Sum of RGB (Red+Green+Blue) = 188+170+164=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAA4 is #43555B. Grayscale: #AEAEAE. Windows color (decimal): -4412764 or 10791612. OLE color: 10791612.

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

Color convert

RGB 188 170 164 -
CMYK 0 0.10 0.13 0.26
HSL 15º 0.15% 0.69% -
HSV(B) 15º 0.13% 0.74% -
XYZ 41.81 42.12 41.05 -
YUV 174.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 188 170 164 0 0.10 0.13 0.26 15 0.15 0.69
Hex BC AA A4 0 A D 1A F F 45
Octal 274 252 244 0 12 15 32 17 17 105
Binary 10111100 10101010 10100100 0 1010 1101 11010 1111 1111 1000101

Color Harmonies of #BCAAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAA4

Black with #BCAAA4

Text Example


Text Example

White with #BCAAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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