#BBAEA7

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

Shades of Silk #BBAEA7

Tints of Silk #BBAEA7

Color information

#BBAEA7 (or 0xBBAEA7) is unknown color: approx Silk. HEX triplet: BB, AE and A7. RGB value is (187,174,167). Sum of RGB (Red+Green+Blue) = 187+174+167=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEA7 is #445158. Grayscale: #B1B1B1. Windows color (decimal): -4477273 or 10989243. OLE color: 10989243.

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

Color convert

RGB187174167-
CMYK00.070.110.27
HSL21º12.82%69.41%-
HSV(B)21º10.7%73.33%-
XYZ42.643.6342.73-
YUV177.09122.31135.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=35.42%
G=32.95%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717416700.070.110.272112.8269.41
HexBBAEA707B1B15d45
Octal2732562470713332515105
Binary10111011101011101010011101111011110111010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEA7; }

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

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

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

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

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

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

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

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