#BBB5AD

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

Shades of Tide #BBB5AD

Tints of Tide #BBB5AD

Color information

#BBB5AD (or 0xBBB5AD) is unknown color: approx Tide. HEX triplet: BB, B5 and AD. RGB value is (187,181,173). Sum of RGB (Red+Green+Blue) = 187+181+173=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB5AD is #444A52. Grayscale: #B5B5B5. Windows color (decimal): -4475475 or 11384251. OLE color: 11384251.

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

Color convert

RGB187181173-
CMYK00.030.070.27
HSL34.29º9.33%70.59%-
HSV(B)34.29º7.49%73.33%-
XYZ44.5646.6346.19-
YUV181.88122.99131.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 181 (71.09% from 255) = 33.46%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=34.57%
G=33.46%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718117300.030.070.2734.299.3370.59
HexBBB5AD0371B22947
Octal273265255037334211107
Binary1011101110110101101011010111111101110001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB5AD; }

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

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

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

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

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

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

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

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