#BBBBB4

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

Shades of Silver Sand #BBBBB4

Tints of Silver Sand #BBBBB4

Color information

#BBBBB4 (or 0xBBBBB4) is unknown color: approx Silver Sand. HEX triplet: BB, BB and B4. RGB value is (187,187,180). Sum of RGB (Red+Green+Blue) = 187+187+180=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBB4 is #44444B. Grayscale: #BABABA. Windows color (decimal): -4473932 or 11844539. OLE color: 11844539.

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

Color convert

RGB187187180-
CMYK000.040.27
HSL60º4.9%71.96%-
HSV(B)60º3.74%73.33%-
XYZ46.549.450.26-
YUV186.2124.5128.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 187 (73.44% from 255) = 33.75%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=33.75%
G=33.75%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187180000.040.27604.971.96
HexBBBBB40041B3c548
Octal27327326400433745110
Binary10111011101110111011010000100110111111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBB4; }

 p { color: rgb(187,187,180); }

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

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

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

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

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

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

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