#BBAD9E

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

Shades of Silk #BBAD9E

Tints of Silk #BBAD9E

Color information

#BBAD9E (or 0xBBAD9E) is unknown color: approx Silk. HEX triplet: BB, AD and 9E. RGB value is (187,173,158). Sum of RGB (Red+Green+Blue) = 187+173+158=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD9E is #445261. Grayscale: #AFAFAF. Windows color (decimal): -4477538 or 10399163. OLE color: 10399163.

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

Color convert

RGB187173158-
CMYK00.070.160.27
HSL31.03º17.58%67.65%-
HSV(B)31.03º15.51%73.33%-
XYZ41.6142.9238.44-
YUV175.48118.14136.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 158 (62.11% from 255) = 30.50%
R=36.10%
G=33.40%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717315800.070.160.2731.0317.5867.65
HexBBAD9E07101B1f1244
Octal2732552360720333722104
Binary1011101110101101100111100111100001101111111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD9E; }

 p { color: rgb(187,173,158); }

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

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

 a { background-color: rgb(187,173,158); }

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

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

 span { border-color: rgb(187,173,158); }

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