Html Css Color HEX #BCADA0 Silk

📋 copy color: '#BCADA0'

red 188 ◦ green 173 ◦ blue 160

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

Shades of Silk #BCADA0

Tints of Silk #BCADA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.71%

R = 36.08%
G = 33.21%
B = 30.71%

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

#BCADA0 (or 0xBCADA0) is known color: Silk. HEX triplet: BC, AD and A0. RGB value is (188,173,160). Sum of RGB (Red+Green+Blue) = 188+173+160=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADA0 is #43525F. Grayscale: #B0B0B0. Windows color (decimal): -4412000 or 10530236. OLE color: 10530236.

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

Color convert

RGB 188 173 160 -
CMYK 0 0.08 0.15 0.26
HSL 27.86º 0.17% 0.68% -
HSV(B) 27.86º 0.15% 0.74% -
XYZ 42.03 43.12 39.36 -
YUV 176 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 188 173 160 0 0.08 0.15 0.26 27.86 0.17 0.68
Hex BC AD A0 0 8 F 1A 1C 11 44
Octal 274 255 240 0 10 17 32 34 21 104
Binary 10111100 10101101 10100000 0 1000 1111 11010 11100 10001 1000100

Color Harmonies of #BCADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADA0

Black with #BCADA0

Text Example


Text Example

White with #BCADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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