#BBAAA0

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

Shades of Silk #BBAAA0

Tints of Silk #BBAAA0

Color information

#BBAAA0 (or 0xBBAAA0) is unknown color: approx Silk. HEX triplet: BB, AA and A0. RGB value is (187,170,160). Sum of RGB (Red+Green+Blue) = 187+170+160=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAA0 is #44555F. Grayscale: #AEAEAE. Windows color (decimal): -4478304 or 10529467. OLE color: 10529467.

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

Color convert

RGB187170160-
CMYK00.090.140.27
HSL22.22º16.56%68.04%-
HSV(B)22.22º14.44%73.33%-
XYZ41.2141.8539.16-
YUV173.94120.13137.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 160 (62.89% from 255) = 30.95%
R=36.17%
G=32.88%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717016000.090.140.2722.2216.5668.04
HexBBAAA009E1B161144
Octal27325224001116332621104
Binary1011101110101010101000000100111101101110110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAA0; }

 p { color: rgb(187,170,160); }

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

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

 a { background-color: rgb(187,170,160); }

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

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

 span { border-color: rgb(187,170,160); }

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