Html Css Color HEX #BCADA7 Martini

📋 copy color: '#BCADA7'

red 188 ◦ green 173 ◦ blue 167

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

Shades of Martini #BCADA7

Tints of Martini #BCADA7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.77%

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

R = 35.61%
G = 32.77%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BCADA7 (or 0xBCADA7) is known color: Martini. HEX triplet: BC, AD and A7. RGB value is (188,173,167). Sum of RGB (Red+Green+Blue) = 188+173+167=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADA7 is #435258. Grayscale: #B0B0B0. Windows color (decimal): -4411993 or 10988988. OLE color: 10988988.

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

Color convert

RGB 188 173 167 -
CMYK 0 0.08 0.11 0.26
HSL 17.14º 0.14% 0.7% -
HSV(B) 17.14º 0.11% 0.74% -
XYZ 42.66 43.37 42.68 -
YUV 176.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 188 173 167 0 0.08 0.11 0.26 17.14 0.14 0.7
Hex BC AD A7 0 8 B 1A 11 E 46
Octal 274 255 247 0 10 13 32 21 16 106
Binary 10111100 10101101 10100111 0 1000 1011 11010 10001 1110 1000110

Color Harmonies of #BCADA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADA7

Black with #BCADA7

Text Example


Text Example

White with #BCADA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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