#BBAFA6

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

Shades of Silk #BBAFA6

Tints of Silk #BBAFA6

Color information

#BBAFA6 (or 0xBBAFA6) is unknown color: approx Silk. HEX triplet: BB, AF and A6. RGB value is (187,175,166). Sum of RGB (Red+Green+Blue) = 187+175+166=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFA6 is #445059. Grayscale: #B1B1B1. Windows color (decimal): -4477018 or 10923963. OLE color: 10923963.

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

Color convert

RGB187175166-
CMYK00.060.110.27
HSL25.71º13.38%69.22%-
HSV(B)25.71º11.23%73.33%-
XYZ42.7143.9842.31-
YUV177.56121.48134.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 166 (65.23% from 255) = 31.44%
R=35.42%
G=33.14%
B=31.44%

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
Decimal18717516600.060.110.2725.7113.3869.22
HexBBAFA606B1B1ad45
Octal2732572460613333215105
Binary10111011101011111010011001101011110111101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFA6; }

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

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

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

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

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

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

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

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