#BBB3AE

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

Shades of Tide #BBB3AE

Tints of Tide #BBB3AE

Color information

#BBB3AE (or 0xBBB3AE) is unknown color: approx Tide. HEX triplet: BB, B3 and AE. RGB value is (187,179,174). Sum of RGB (Red+Green+Blue) = 187+179+174=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB3AE is #444C51. Grayscale: #B4B4B4. Windows color (decimal): -4475986 or 11449275. OLE color: 11449275.

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

Color convert

RGB187179174-
CMYK00.040.070.27
HSL23.08º8.72%70.78%-
HSV(B)23.08º6.95%73.33%-
XYZ44.2545.8646.56-
YUV180.82124.15132.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 179 (70.31% from 255) = 33.15%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=34.63%
G=33.15%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717917400.040.070.2723.088.7270.78
HexBBB3AE0471B17947
Octal273263256047332711107
Binary1011101110110011101011100100111110111011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3AE; }

 p { color: rgb(187,179,174); }

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

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

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

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

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

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

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