#BBAFA2

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

Shades of Silk #BBAFA2

Tints of Silk #BBAFA2

Color information

#BBAFA2 (or 0xBBAFA2) is unknown color: approx Silk. HEX triplet: BB, AF and A2. RGB value is (187,175,162). Sum of RGB (Red+Green+Blue) = 187+175+162=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFA2 is #44505D. Grayscale: #B1B1B1. Windows color (decimal): -4477022 or 10661819. OLE color: 10661819.

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

Color convert

RGB187175162-
CMYK00.060.130.27
HSL31.2º15.53%68.43%-
HSV(B)31.2º13.37%73.33%-
XYZ42.3543.8340.41-
YUV177.11119.48135.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 162 (63.67% from 255) = 30.92%
R=35.69%
G=33.40%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717516200.060.130.2731.215.5368.43
HexBBAFA206D1B1f1044
Octal2732572420615333720104
Binary101110111010111110100010011011011101111111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFA2; }

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

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

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

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

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

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

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

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