#BBAD9B

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

Shades of Silk #BBAD9B

Tints of Silk #BBAD9B

Color information

#BBAD9B (or 0xBBAD9B) is unknown color: approx Silk. HEX triplet: BB, AD and 9B. RGB value is (187,173,155). Sum of RGB (Red+Green+Blue) = 187+173+155=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD9B is #445264. Grayscale: #AFAFAF. Windows color (decimal): -4477541 or 10202555. OLE color: 10202555.

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

Color convert

RGB187173155-
CMYK00.070.170.27
HSL33.75º19.05%67.06%-
HSV(B)33.75º17.11%73.33%-
XYZ41.3542.8237.1-
YUV175.13116.64136.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 155 (60.94% from 255) = 30.10%
R=36.31%
G=33.59%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717315500.070.170.2733.7519.0567.06
HexBBAD9B07111B221343
Octal2732552330721334223103
Binary10111011101011011001101101111000111011100010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD9B; }

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

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

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

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

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

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

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

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