#BBB3AD

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

Shades of Tide #BBB3AD

Tints of Tide #BBB3AD

Color information

#BBB3AD (or 0xBBB3AD) is unknown color: approx Tide. HEX triplet: BB, B3 and AD. RGB value is (187,179,173). Sum of RGB (Red+Green+Blue) = 187+179+173=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB3AD is #444C52. Grayscale: #B4B4B4. Windows color (decimal): -4475987 or 11383739. OLE color: 11383739.

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

Color convert

RGB187179173-
CMYK00.040.070.27
HSL25.71º9.33%70.59%-
HSV(B)25.71º7.49%73.33%-
XYZ44.1645.8246.05-
YUV180.71123.65132.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 179 (70.31% from 255) = 33.21%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=34.69%
G=33.21%
B=32.10%

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
Decimal18717917300.040.070.2725.719.3370.59
HexBBB3AD0471B1a947
Octal273263255047333211107
Binary1011101110110011101011010100111110111101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3AD; }

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

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

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

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

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

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

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

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