#bbb2aa

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

Shades of Tide #BBB2AA

Tints of Tide #BBB2AA

Color information

#BBB2AA (or 0xBBB2AA) is unknown color: approx Tide. HEX triplet: BB, B2 and AA. RGB value is (187,178,170). Sum of RGB (Red+Green+Blue) = 187+178+170=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB2AA is #444D55. Grayscale: #B3B3B3. Windows color (decimal): -4476246 or 11186875. OLE color: 11186875.

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

Color convert

RGB187178170-
CMYK00.050.090.27
HSL28.24º11.11%70%-
HSV(B)28.24º9.09%73.33%-
XYZ43.6745.3144.47-
YUV179.78122.48133.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 178 (69.92% from 255) = 33.27%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=34.95%
G=33.27%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717817000.050.090.2728.2411.1170
HexBBB2AA0591B1cb46
Octal2732622520511333413106
Binary10111011101100101010101001011001110111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbb2aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbb2aa; }

 p { color: rgb(187,178,170); }

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

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

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

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

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

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

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