#BBACA1

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

Shades of Silk #BBACA1

Tints of Silk #BBACA1

Color information

#BBACA1 (or 0xBBACA1) is unknown color: approx Silk. HEX triplet: BB, AC and A1. RGB value is (187,172,161). Sum of RGB (Red+Green+Blue) = 187+172+161=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACA1 is #44535E. Grayscale: #AFAFAF. Windows color (decimal): -4477791 or 10595515. OLE color: 10595515.

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

Color convert

RGB187172161-
CMYK00.080.140.27
HSL25.38º16.05%68.24%-
HSV(B)25.38º13.9%73.33%-
XYZ41.6842.6439.75-
YUV175.23119.97136.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 161 (63.28% from 255) = 30.96%
R=35.96%
G=33.08%
B=30.96%

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
Decimal18717216100.080.140.2725.3816.0568.24
HexBBACA108E1B191044
Octal27325424101016333120104
Binary1011101110101100101000010100011101101111001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACA1; }

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

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

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

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

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

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

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

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