#BBB1AB

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

Shades of Tide #BBB1AB

Tints of Tide #BBB1AB

Color information

#BBB1AB (or 0xBBB1AB) is unknown color: approx Tide. HEX triplet: BB, B1 and AB. RGB value is (187,177,171). Sum of RGB (Red+Green+Blue) = 187+177+171=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB1AB is #444E54. Grayscale: #B3B3B3. Windows color (decimal): -4476501 or 11252155. OLE color: 11252155.

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

Color convert

RGB187177171-
CMYK00.050.090.27
HSL22.5º10.53%70.2%-
HSV(B)22.5º8.56%73.33%-
XYZ43.5744.9544.91-
YUV179.31123.31133.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 177 (69.53% from 255) = 33.08%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=34.95%
G=33.08%
B=31.96%

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
Decimal18717717100.050.090.2722.510.5370.2
HexBBB1AB0591B17b46
Octal2732612530511332713106
Binary10111011101100011010101101011001110111011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1AB; }

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

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

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

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

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

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

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

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