#BBAD9C

Color #BBAD9C Silk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silk #BBAD9C

Tints of Silk #BBAD9C

Color information

#BBAD9C (or 0xBBAD9C) is unknown color: approx Silk. HEX triplet: BB, AD and 9C. RGB value is (187,173,156). Sum of RGB (Red+Green+Blue) = 187+173+156=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD9C is #445263. Grayscale: #AFAFAF. Windows color (decimal): -4477540 or 10268091. OLE color: 10268091.

HSL color Cylindrical-coordinate representation of color #BBAD9C: hue angle of 32.9º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBAD9C is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB187173156-
CMYK00.070.170.27
HSL32.9º18.56%67.25%-
HSV(B)32.9º16.58%73.33%-
XYZ41.4442.8537.54-
YUV175.25117.14136.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 156 (61.33% from 255) = 30.23%
R=36.24%
G=33.53%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717315600.070.170.2732.918.5667.25
HexBBAD9C07111B211343
Octal2732552340721334123103
Binary10111011101011011001110001111000111011100001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD9C; }

 p { color: rgb(187,173,156); }

 H1.HeaderClassName
 {
   color: #BBAD9C;
 }
 .AnyTagClassName
 {
   color: #BBAD9C;
 }
</style>
background-color css

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

 a { background-color: rgb(187,173,156); }

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

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

 span { border-color: rgb(187,173,156); }

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