#BBB4AC

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

Shades of Tide #BBB4AC

Tints of Tide #BBB4AC

Color information

#BBB4AC (or 0xBBB4AC) is unknown color: approx Tide. HEX triplet: BB, B4 and AC. RGB value is (187,180,172). Sum of RGB (Red+Green+Blue) = 187+180+172=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB4AC is #444B53. Grayscale: #B5B5B5. Windows color (decimal): -4475732 or 11318459. OLE color: 11318459.

HSL color Cylindrical-coordinate representation of color #BBB4AC: hue angle of 32º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBB4AC is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB187180172-
CMYK00.040.080.27
HSL32º9.93%70.39%-
HSV(B)32º8.02%73.33%-
XYZ44.2646.1945.61-
YUV181.18122.82132.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=34.69%
G=33.40%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718017200.040.080.27329.9370.39
HexBBB4AC0481B20a46
Octal2732642540410334012106
Binary101110111011010010101100010010001101110000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4AC; }

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

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

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

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

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

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

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

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