#BBAC9F

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

Shades of Silk #BBAC9F

Tints of Silk #BBAC9F

Color information

#BBAC9F (or 0xBBAC9F) is unknown color: approx Silk. HEX triplet: BB, AC and 9F. RGB value is (187,172,159). Sum of RGB (Red+Green+Blue) = 187+172+159=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC9F is #445360. Grayscale: #AFAFAF. Windows color (decimal): -4477793 or 10464443. OLE color: 10464443.

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

Color convert

RGB187172159-
CMYK00.080.150.27
HSL27.86º17.07%67.84%-
HSV(B)27.86º14.97%73.33%-
XYZ41.542.5738.83-
YUV175118.97136.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=36.10%
G=33.20%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717215900.080.150.2727.8617.0767.84
HexBBAC9F08F1B1c1144
Octal27325423701017333421104
Binary1011101110101100100111110100011111101111100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC9F; }

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

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

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

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

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

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

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

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