#BBB9B7

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

Shades of Tide #BBB9B7

Tints of Tide #BBB9B7

Color information

#BBB9B7 (or 0xBBB9B7) is unknown color: approx Tide. HEX triplet: BB, B9 and B7. RGB value is (187,185,183). Sum of RGB (Red+Green+Blue) = 187+185+183=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9B7 is #444648. Grayscale: #B9B9B9. Windows color (decimal): -4474441 or 12040635. OLE color: 12040635.

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

Color convert

RGB187185183-
CMYK00.010.020.27
HSL30º2.86%72.55%-
HSV(B)30º2.14%73.33%-
XYZ46.3948.6851.75-
YUV185.37126.66129.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 185 (72.66% from 255) = 33.33%
BLUE value IS 183 (71.88% from 255) = 32.97%
R=33.69%
G=33.33%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718518300.010.020.27302.8672.55
HexBBB9B70121B1e349
Octal27327126701233363111
Binary10111011101110011011011101101101111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9B7; }

 p { color: rgb(187,185,183); }

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

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

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

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

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

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

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