#BBABA1

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

Shades of Silk #BBABA1

Tints of Silk #BBABA1

Color information

#BBABA1 (or 0xBBABA1) is unknown color: approx Silk. HEX triplet: BB, AB and A1. RGB value is (187,171,161). Sum of RGB (Red+Green+Blue) = 187+171+161=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABA1 is #44545E. Grayscale: #AEAEAE. Windows color (decimal): -4478047 or 10595259. OLE color: 10595259.

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

Color convert

RGB187171161-
CMYK00.090.140.27
HSL23.08º16.05%68.24%-
HSV(B)23.08º13.9%73.33%-
XYZ41.4942.2639.69-
YUV174.64120.3136.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 161 (63.28% from 255) = 31.02%
R=36.03%
G=32.95%
B=31.02%

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
Decimal18717116100.090.140.2723.0816.0568.24
HexBBABA109E1B171044
Octal27325324101116332720104
Binary1011101110101011101000010100111101101110111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABA1; }

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

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

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

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

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

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

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

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