#BBBAB1

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

Shades of Silver Sand #BBBAB1

Tints of Silver Sand #BBBAB1

Color information

#BBBAB1 (or 0xBBBAB1) is unknown color: approx Silver Sand. HEX triplet: BB, BA and B1. RGB value is (187,186,177). Sum of RGB (Red+Green+Blue) = 187+186+177=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBAB1 is #44454E. Grayscale: #B9B9B9. Windows color (decimal): -4474191 or 11647675. OLE color: 11647675.

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

Color convert

RGB187186177-
CMYK00.010.050.27
HSL54º6.85%71.37%-
HSV(B)54º5.35%73.33%-
XYZ45.9948.8648.6-
YUV185.27123.33129.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 177 (69.53% from 255) = 32.18%
R=34%
G=33.82%
B=32.18%

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
Decimal18718617700.010.050.27546.8571.37
HexBBBAB10151B36747
Octal27327226101533667107
Binary10111011101110101011000101101110111101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAB1; }

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

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

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

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

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

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

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

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