#BBAEA4

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

Shades of Silk #BBAEA4

Tints of Silk #BBAEA4

Color information

#BBAEA4 (or 0xBBAEA4) is unknown color: approx Silk. HEX triplet: BB, AE and A4. RGB value is (187,174,164). Sum of RGB (Red+Green+Blue) = 187+174+164=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEA4 is #44515B. Grayscale: #B0B0B0. Windows color (decimal): -4477276 or 10792635. OLE color: 10792635.

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

Color convert

RGB187174164-
CMYK00.070.120.27
HSL26.09º14.47%68.82%-
HSV(B)26.09º12.3%73.33%-
XYZ42.3343.5241.29-
YUV176.75120.81135.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=35.62%
G=33.14%
B=31.24%

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
Decimal18717416400.070.120.2726.0914.4768.82
HexBBAEA407C1B1ae45
Octal2732562440714333216105
Binary10111011101011101010010001111100110111101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEA4; }

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

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

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

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

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

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

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

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