#BBB3AB

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

Shades of Tide #BBB3AB

Tints of Tide #BBB3AB

Color information

#BBB3AB (or 0xBBB3AB) is unknown color: approx Tide. HEX triplet: BB, B3 and AB. RGB value is (187,179,171). Sum of RGB (Red+Green+Blue) = 187+179+171=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB3AB is #444C54. Grayscale: #B4B4B4. Windows color (decimal): -4475989 or 11252667. OLE color: 11252667.

HSL color Cylindrical-coordinate representation of color #BBB3AB: hue angle of 30º 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 #BBB3AB is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187179171-
CMYK00.040.090.27
HSL30º10.53%70.2%-
HSV(B)30º8.56%73.33%-
XYZ43.9645.7545.04-
YUV180.48122.65132.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 179 (70.31% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=34.82%
G=33.33%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717917100.040.090.273010.5370.2
HexBBB3AB0491B1eb46
Octal2732632530411333613106
Binary10111011101100111010101101001001110111111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3AB; }

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

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

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

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

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

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

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

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