#BBAEA5

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

Shades of Silk #BBAEA5

Tints of Silk #BBAEA5

Color information

#BBAEA5 (or 0xBBAEA5) is unknown color: approx Silk. HEX triplet: BB, AE and A5. RGB value is (187,174,165). Sum of RGB (Red+Green+Blue) = 187+174+165=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEA5 is #44515A. Grayscale: #B0B0B0. Windows color (decimal): -4477275 or 10858171. OLE color: 10858171.

HSL color Cylindrical-coordinate representation of color #BBAEA5: hue angle of 24.55º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBAEA5 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB187174165-
CMYK00.070.120.27
HSL24.55º13.92%69.02%-
HSV(B)24.55º11.76%73.33%-
XYZ42.4243.5541.77-
YUV176.86121.31135.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 165 (64.84% from 255) = 31.37%
R=35.55%
G=33.08%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717416500.070.120.2724.5513.9269.02
HexBBAEA507C1B19e45
Octal2732562450714333116105
Binary10111011101011101010010101111100110111100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEA5; }

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

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

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

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

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

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

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

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