#BBABA0

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

Shades of Silk #BBABA0

Tints of Silk #BBABA0

Color information

#BBABA0 (or 0xBBABA0) is unknown color: approx Silk. HEX triplet: BB, AB and A0. RGB value is (187,171,160). Sum of RGB (Red+Green+Blue) = 187+171+160=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABA0 is #44545F. Grayscale: #AEAEAE. Windows color (decimal): -4478048 or 10529723. OLE color: 10529723.

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

Color convert

RGB187171160-
CMYK00.090.140.27
HSL24.44º16.56%68.04%-
HSV(B)24.44º14.44%73.33%-
XYZ41.442.2339.23-
YUV174.53119.8136.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 160 (62.89% from 255) = 30.89%
R=36.10%
G=33.01%
B=30.89%

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
Decimal18717116000.090.140.2724.4416.5668.04
HexBBABA009E1B181144
Octal27325324001116333021104
Binary1011101110101011101000000100111101101111000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABA0; }

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

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

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

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

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

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

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

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