#BBB2AC

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

Shades of Tide #BBB2AC

Tints of Tide #BBB2AC

Color information

#BBB2AC (or 0xBBB2AC) is unknown color: approx Tide. HEX triplet: BB, B2 and AC. RGB value is (187,178,172). Sum of RGB (Red+Green+Blue) = 187+178+172=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB2AC is #444D53. Grayscale: #B4B4B4. Windows color (decimal): -4476244 or 11317947. OLE color: 11317947.

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

Color convert

RGB187178172-
CMYK00.050.080.27
HSL24º9.93%70.39%-
HSV(B)24º8.02%73.33%-
XYZ43.8645.3845.48-
YUV180.01123.48132.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 178 (69.92% from 255) = 33.15%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=34.82%
G=33.15%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717817200.050.080.27249.9370.39
HexBBB2AC0581B18a46
Octal2732622540510333012106
Binary10111011101100101010110001011000110111100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2AC; }

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

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

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

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

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

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

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

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