Html Css Color HEX #BCAD9F Silk

📋 copy color: '#BCAD9F'

red 188 ◦ green 173 ◦ blue 159

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

Shades of Silk #BCAD9F

Tints of Silk #BCAD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.58%

R = 36.15%
G = 33.27%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BCAD9F (or 0xBCAD9F) is known color: Silk. HEX triplet: BC, AD and 9F. RGB value is (188,173,159). Sum of RGB (Red+Green+Blue) = 188+173+159=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD9F is #435260. Grayscale: #AFAFAF. Windows color (decimal): -4412001 or 10464700. OLE color: 10464700.

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

Color convert

RGB 188 173 159 -
CMYK 0 0.08 0.15 0.26
HSL 28.97º 0.18% 0.68% -
HSV(B) 28.97º 0.15% 0.74% -
XYZ 41.94 43.08 38.91 -
YUV 175.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 188 173 159 0 0.08 0.15 0.26 28.97 0.18 0.68
Hex BC AD 9F 0 8 F 1A 1D 12 44
Octal 274 255 237 0 10 17 32 35 22 104
Binary 10111100 10101101 10011111 0 1000 1111 11010 11101 10010 1000100

Color Harmonies of #BCAD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD9F

Black with #BCAD9F

Text Example


Text Example

White with #BCAD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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