Html Css Color HEX #BBB1AA Tide

📋 copy color: '#BBB1AA'

red 187 ◦ green 177 ◦ blue 170

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

Shades of Tide #BBB1AA

Tints of Tide #BBB1AA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.15%

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

R = 35.02%
G = 33.15%
B = 31.84%

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

#BBB1AA (or 0xBBB1AA) is known color: Tide. HEX triplet: BB, B1 and AA. RGB value is (187,177,170). Sum of RGB (Red+Green+Blue) = 187+177+170=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB1AA is #444E55. Grayscale: #B3B3B3. Windows color (decimal): -4476502 or 11186619. OLE color: 11186619.

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

Color convert

RGB 187 177 170 -
CMYK 0 0.05 0.09 0.27
HSL 24.71º 0.11% 0.7% -
HSV(B) 24.71º 0.09% 0.73% -
XYZ 43.47 44.91 44.41 -
YUV 179.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 187 177 170 0 0.05 0.09 0.27 24.71 0.11 0.7
Hex BB B1 AA 0 5 9 1B 19 B 46
Octal 273 261 252 0 5 11 33 31 13 106
Binary 10111011 10110001 10101010 0 101 1001 11011 11001 1011 1000110

Color Harmonies of #BBB1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB1AA

Black with #BBB1AA

Text Example


Text Example

White with #BBB1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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