#BBAE9F

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

Shades of Silk #BBAE9F

Tints of Silk #BBAE9F

Color information

#BBAE9F (or 0xBBAE9F) is unknown color: approx Silk. HEX triplet: BB, AE and 9F. RGB value is (187,174,159). Sum of RGB (Red+Green+Blue) = 187+174+159=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE9F is #445160. Grayscale: #B0B0B0. Windows color (decimal): -4477281 or 10464955. OLE color: 10464955.

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

Color convert

RGB187174159-
CMYK00.070.150.27
HSL32.14º17.07%67.84%-
HSV(B)32.14º14.97%73.33%-
XYZ41.8943.3438.96-
YUV176.18118.31135.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 159 (62.5% from 255) = 30.58%
R=35.96%
G=33.46%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717415900.070.150.2732.1417.0767.84
HexBBAE9F07F1B201144
Octal2732562370717334021104
Binary1011101110101110100111110111111111011100000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE9F; }

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

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

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

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

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

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

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

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