Html Css Color HEX #BCAB9E Silk

📋 copy color: '#BCAB9E'

red 188 ◦ green 171 ◦ blue 158

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

Shades of Silk #BCAB9E

Tints of Silk #BCAB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.56%

R = 36.36%
G = 33.08%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BCAB9E (or 0xBCAB9E) is known color: Silk. HEX triplet: BC, AB and 9E. RGB value is (188,171,158). Sum of RGB (Red+Green+Blue) = 188+171+158=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB9E is #435461. Grayscale: #AEAEAE. Windows color (decimal): -4412514 or 10398652. OLE color: 10398652.

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

Color convert

RGB 188 171 158 -
CMYK 0 0.09 0.16 0.26
HSL 26º 0.18% 0.68% -
HSV(B) 26º 0.16% 0.74% -
XYZ 41.47 42.29 38.32 -
YUV 174.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 188 171 158 0 0.09 0.16 0.26 26 0.18 0.68
Hex BC AB 9E 0 9 10 1A 1A 12 44
Octal 274 253 236 0 11 20 32 32 22 104
Binary 10111100 10101011 10011110 0 1001 10000 11010 11010 10010 1000100

Color Harmonies of #BCAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB9E

Black with #BCAB9E

Text Example


Text Example

White with #BCAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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