#BBAB9D

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

Shades of Silk #BBAB9D

Tints of Silk #BBAB9D

Color information

#BBAB9D (or 0xBBAB9D) is unknown color: approx Silk. HEX triplet: BB, AB and 9D. RGB value is (187,171,157). Sum of RGB (Red+Green+Blue) = 187+171+157=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB9D is #445462. Grayscale: #AEAEAE. Windows color (decimal): -4478051 or 10333115. OLE color: 10333115.

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

Color convert

RGB187171157-
CMYK00.090.160.27
HSL28º18.07%67.45%-
HSV(B)28º16.04%73.33%-
XYZ41.1442.1237.86-
YUV174.19118.3137.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=36.31%
G=33.20%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717115700.090.160.272818.0767.45
HexBBAB9D09101B1c1243
Octal27325323501120333422103
Binary10111011101010111001110101001100001101111100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB9D; }

 p { color: rgb(187,171,157); }

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

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

 a { background-color: rgb(187,171,157); }

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

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

 span { border-color: rgb(187,171,157); }

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