#BBAFA7

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

Shades of Silk #BBAFA7

Tints of Silk #BBAFA7

Color information

#BBAFA7 (or 0xBBAFA7) is unknown color: approx Silk. HEX triplet: BB, AF and A7. RGB value is (187,175,167). Sum of RGB (Red+Green+Blue) = 187+175+167=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFA7 is #445058. Grayscale: #B1B1B1. Windows color (decimal): -4477017 or 10989499. OLE color: 10989499.

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

Color convert

RGB187175167-
CMYK00.060.110.27
HSL24º12.82%69.41%-
HSV(B)24º10.7%73.33%-
XYZ42.844.0142.8-
YUV177.68121.98134.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 167 (65.62% from 255) = 31.57%
R=35.35%
G=33.08%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717516700.060.110.272412.8269.41
HexBBAFA706B1B18d45
Octal2732572470613333015105
Binary10111011101011111010011101101011110111100011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFA7; }

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

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

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

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

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

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

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

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