#BBB2AE

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

Shades of Tide #BBB2AE

Tints of Tide #BBB2AE

Color information

#BBB2AE (or 0xBBB2AE) is unknown color: approx Tide. HEX triplet: BB, B2 and AE. RGB value is (187,178,174). Sum of RGB (Red+Green+Blue) = 187+178+174=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB2AE is #444D51. Grayscale: #B4B4B4. Windows color (decimal): -4476242 or 11449019. OLE color: 11449019.

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

Color convert

RGB187178174-
CMYK00.050.070.27
HSL18.46º8.72%70.78%-
HSV(B)18.46º6.95%73.33%-
XYZ44.0545.4646.5-
YUV180.24124.48132.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 178 (69.92% from 255) = 33.02%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=34.69%
G=33.02%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717817400.050.070.2718.468.7270.78
HexBBB2AE0571B12947
Octal273262256057332211107
Binary1011101110110010101011100101111110111001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2AE; }

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

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

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

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

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

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

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

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