#BBACA2

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

Shades of Silk #BBACA2

Tints of Silk #BBACA2

Color information

#BBACA2 (or 0xBBACA2) is unknown color: approx Silk. HEX triplet: BB, AC and A2. RGB value is (187,172,162). Sum of RGB (Red+Green+Blue) = 187+172+162=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACA2 is #44535D. Grayscale: #AFAFAF. Windows color (decimal): -4477790 or 10661051. OLE color: 10661051.

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

Color convert

RGB187172162-
CMYK00.080.130.27
HSL24º15.53%68.43%-
HSV(B)24º13.37%73.33%-
XYZ41.7742.6840.22-
YUV175.34120.47136.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 162 (63.67% from 255) = 31.09%
R=35.89%
G=33.01%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717216200.080.130.272415.5368.43
HexBBACA208D1B181044
Octal27325424201015333020104
Binary1011101110101100101000100100011011101111000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACA2; }

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

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

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

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

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

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

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

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