#BBB1AC

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

Shades of Tide #BBB1AC

Tints of Tide #BBB1AC

Color information

#BBB1AC (or 0xBBB1AC) is unknown color: approx Tide. HEX triplet: BB, B1 and AC. RGB value is (187,177,172). Sum of RGB (Red+Green+Blue) = 187+177+172=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB1AC is #444E53. Grayscale: #B3B3B3. Windows color (decimal): -4476500 or 11317691. OLE color: 11317691.

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

Color convert

RGB187177172-
CMYK00.050.080.27
HSL20º9.93%70.39%-
HSV(B)20º8.02%73.33%-
XYZ43.6644.9945.41-
YUV179.42123.81133.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 177 (69.53% from 255) = 33.02%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=34.89%
G=33.02%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717717200.050.080.27209.9370.39
HexBBB1AC0581B14a46
Octal2732612540510332412106
Binary10111011101100011010110001011000110111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1AC; }

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

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

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

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

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

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

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

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