#BBAEA2

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

Shades of Silk #BBAEA2

Tints of Silk #BBAEA2

Color information

#BBAEA2 (or 0xBBAEA2) is unknown color: approx Silk. HEX triplet: BB, AE and A2. RGB value is (187,174,162). Sum of RGB (Red+Green+Blue) = 187+174+162=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEA2 is #44515D. Grayscale: #B0B0B0. Windows color (decimal): -4477278 or 10661563. OLE color: 10661563.

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

Color convert

RGB187174162-
CMYK00.070.130.27
HSL28.8º15.53%68.43%-
HSV(B)28.8º13.37%73.33%-
XYZ42.1543.4540.35-
YUV176.52119.81135.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 162 (63.67% from 255) = 30.98%
R=35.76%
G=33.27%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717416200.070.130.2728.815.5368.43
HexBBAEA207D1B1d1044
Octal2732562420715333520104
Binary101110111010111010100010011111011101111101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEA2; }

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

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

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

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

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

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

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

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