#BBBAB2

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

Shades of Silver Sand #BBBAB2

Tints of Silver Sand #BBBAB2

Color information

#BBBAB2 (or 0xBBBAB2) is unknown color: approx Silver Sand. HEX triplet: BB, BA and B2. RGB value is (187,186,178). Sum of RGB (Red+Green+Blue) = 187+186+178=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBAB2 is #44454D. Grayscale: #B9B9B9. Windows color (decimal): -4474190 or 11713211. OLE color: 11713211.

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

Color convert

RGB187186178-
CMYK00.010.050.27
HSL53.33º6.21%71.57%-
HSV(B)53.33º4.81%73.33%-
XYZ46.0948.949.13-
YUV185.39123.83129.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 178 (69.92% from 255) = 32.30%
R=33.94%
G=33.76%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718617800.010.050.2753.336.2171.57
HexBBBAB20151B35648
Octal27327226201533656110
Binary10111011101110101011001001101110111101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAB2; }

 p { color: rgb(187,186,178); }

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

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

 a { background-color: rgb(187,186,178); }

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

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

 span { border-color: rgb(187,186,178); }

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