Html Css Color HEX #BCADA9 Martini

📋 copy color: '#BCADA9'

red 188 ◦ green 173 ◦ blue 169

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

Shades of Martini #BCADA9

Tints of Martini #BCADA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.89%

R = 35.47%
G = 32.64%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BCADA9 (or 0xBCADA9) is known color: Martini. HEX triplet: BC, AD and A9. RGB value is (188,173,169). Sum of RGB (Red+Green+Blue) = 188+173+169=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADA9 is #435256. Grayscale: #B1B1B1. Windows color (decimal): -4411991 or 11120060. OLE color: 11120060.

HSL color Cylindrical-coordinate representation of color #BCADA9: hue angle of 12.63º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCADA9 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 173 169 -
CMYK 0 0.08 0.10 0.26
HSL 12.63º 0.12% 0.7% -
HSV(B) 12.63º 0.1% 0.74% -
XYZ 42.84 43.44 43.66 -
YUV 177.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 188 173 169 0 0.08 0.10 0.26 12.63 0.12 0.7
Hex BC AD A9 0 8 A 1A D C 46
Octal 274 255 251 0 10 12 32 15 14 106
Binary 10111100 10101101 10101001 0 1000 1010 11010 1101 1100 1000110

Color Harmonies of #BCADA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADA9

Black with #BCADA9

Text Example


Text Example

White with #BCADA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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