#BBAFA8

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

Shades of Silk #BBAFA8

Tints of Silk #BBAFA8

Color information

#BBAFA8 (or 0xBBAFA8) is unknown color: approx Silk. HEX triplet: BB, AF and A8. RGB value is (187,175,168). Sum of RGB (Red+Green+Blue) = 187+175+168=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFA8 is #445057. Grayscale: #B1B1B1. Windows color (decimal): -4477016 or 11055035. OLE color: 11055035.

HSL color Cylindrical-coordinate representation of color #BBAFA8: hue angle of 22.11º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBAFA8 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB187175168-
CMYK00.060.100.27
HSL22.11º12.26%69.61%-
HSV(B)22.11º10.16%73.33%-
XYZ42.8944.0543.29-
YUV177.79122.48134.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 168 (66.02% from 255) = 31.70%
R=35.28%
G=33.02%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717516800.060.100.2722.1112.2669.61
HexBBAFA806A1B16c46
Octal2732572500612332614106
Binary10111011101011111010100001101010110111011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFA8; }

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

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

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

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

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

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

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

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