#BBB4AA

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

Shades of Tide #BBB4AA

Tints of Tide #BBB4AA

Color information

#BBB4AA (or 0xBBB4AA) is unknown color: approx Tide. HEX triplet: BB, B4 and AA. RGB value is (187,180,170). Sum of RGB (Red+Green+Blue) = 187+180+170=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB4AA is #444B55. Grayscale: #B4B4B4. Windows color (decimal): -4475734 or 11187387. OLE color: 11187387.

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

Color convert

RGB187180170-
CMYK00.040.090.27
HSL35.29º11.11%70%-
HSV(B)35.29º9.09%73.33%-
XYZ44.0746.1144.61-
YUV180.95121.82132.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 180 (70.70% from 255) = 33.52%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=34.82%
G=33.52%
B=31.66%

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
Decimal18718017000.040.090.2735.2911.1170
HexBBB4AA0491B23b46
Octal2732642520411334313106
Binary101110111011010010101010010010011101110001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4AA; }

 p { color: rgb(187,180,170); }

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

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

 a { background-color: rgb(187,180,170); }

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

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

 span { border-color: rgb(187,180,170); }

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