#BBAC9D

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

Shades of Silk #BBAC9D

Tints of Silk #BBAC9D

Color information

#BBAC9D (or 0xBBAC9D) is unknown color: approx Silk. HEX triplet: BB, AC and 9D. RGB value is (187,172,157). Sum of RGB (Red+Green+Blue) = 187+172+157=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC9D is #445362. Grayscale: #AEAEAE. Windows color (decimal): -4477795 or 10333371. OLE color: 10333371.

HSL color Cylindrical-coordinate representation of color #BBAC9D: hue angle of 30º 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 #BBAC9D is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB187172157-
CMYK00.080.160.27
HSL30º18.07%67.45%-
HSV(B)30º16.04%73.33%-
XYZ41.3342.537.92-
YUV174.78117.97136.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 30.43%
R=36.24%
G=33.33%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717215700.080.160.273018.0767.45
HexBBAC9D08101B1e1243
Octal27325423501020333622103
Binary10111011101011001001110101000100001101111110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC9D; }

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

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

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

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

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

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

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

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