#BBACA0

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

Shades of Silk #BBACA0

Tints of Silk #BBACA0

Color information

#BBACA0 (or 0xBBACA0) is unknown color: approx Silk. HEX triplet: BB, AC and A0. RGB value is (187,172,160). Sum of RGB (Red+Green+Blue) = 187+172+160=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACA0 is #44535F. Grayscale: #AFAFAF. Windows color (decimal): -4477792 or 10529979. OLE color: 10529979.

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

Color convert

RGB187172160-
CMYK00.080.140.27
HSL26.67º16.56%68.04%-
HSV(B)26.67º14.44%73.33%-
XYZ41.5942.6139.29-
YUV175.12119.47136.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 160 (62.89% from 255) = 30.83%
R=36.03%
G=33.14%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717216000.080.140.2726.6716.5668.04
HexBBACA008E1B1b1144
Octal27325424001016333321104
Binary1011101110101100101000000100011101101111011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACA0; }

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

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

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

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

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

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

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

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