Html Css Color HEX #BBB2AA Tide

📋 copy color: '#BBB2AA'

red 187 ◦ green 178 ◦ blue 170

#BBB2AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tide #BBB2AA

Tints of Tide #BBB2AA

RGB

 RED value IS 187 (73.44% from 255) = 34.95%

 GREEN value IS 178 (69.92% from 255) = 33.27%

 BLUE value IS 170 (66.8% from 255) = 31.78%

R = 34.95%
G = 33.27%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BBB2AA (or 0xBBB2AA) is known color: Tide. HEX triplet: BB, B2 and AA. RGB value is (187,178,170). Sum of RGB (Red+Green+Blue) = 187+178+170=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB2AA is #444D55. Grayscale: #B3B3B3. Windows color (decimal): -4476246 or 11186875. OLE color: 11186875.

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

Color convert

RGB 187 178 170 -
CMYK 0 0.05 0.09 0.27
HSL 28.24º 0.11% 0.7% -
HSV(B) 28.24º 0.09% 0.73% -
XYZ 43.67 45.31 44.47 -
YUV 179.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 187 178 170 0 0.05 0.09 0.27 28.24 0.11 0.7
Hex BB B2 AA 0 5 9 1B 1C B 46
Octal 273 262 252 0 5 11 33 34 13 106
Binary 10111011 10110010 10101010 0 101 1001 11011 11100 1011 1000110

Color Harmonies of #BBB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB2AA

Black with #BBB2AA

Text Example


Text Example

White with #BBB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB2AA; }

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

 H1.HeaderClassName
 {
   color: #BBB2AA;
 }
 .AnyTagClassName
 {
   color: #BBB2AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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