#BBBAB5

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

Shades of Silver Sand #BBBAB5

Tints of Silver Sand #BBBAB5

Color information

#BBBAB5 (or 0xBBBAB5) is unknown color: approx Silver Sand. HEX triplet: BB, BA and B5. RGB value is (187,186,181). Sum of RGB (Red+Green+Blue) = 187+186+181=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAB5 is #44454A. Grayscale: #B9B9B9. Windows color (decimal): -4474187 or 11909819. OLE color: 11909819.

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

Color convert

RGB187186181-
CMYK00.010.030.27
HSL50º4.23%72.16%-
HSV(B)50º3.21%73.33%-
XYZ46.3949.0250.73-
YUV185.73125.33128.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=33.75%
G=33.57%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718618100.010.030.27504.2372.16
HexBBBAB50131B32448
Octal27327226501333624110
Binary1011101110111010101101010111110111100101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAB5; }

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

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

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

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

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

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

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

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