Html Css Color HEX #BBB1A6 Tide

📋 copy color: '#BBB1A6'

red 187 ◦ green 177 ◦ blue 166

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

Shades of Tide #BBB1A6

Tints of Tide #BBB1A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.32%

R = 35.28%
G = 33.4%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BBB1A6 (or 0xBBB1A6) is known color: Tide. HEX triplet: BB, B1 and A6. RGB value is (187,177,166). Sum of RGB (Red+Green+Blue) = 187+177+166=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB1A6 is #444E59. Grayscale: #B2B2B2. Windows color (decimal): -4476506 or 10924475. OLE color: 10924475.

HSL color Cylindrical-coordinate representation of color #BBB1A6: hue angle of 31.43º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBB1A6 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 177 166 -
CMYK 0 0.05 0.11 0.27
HSL 31.43º 0.13% 0.69% -
HSV(B) 31.43º 0.11% 0.73% -
XYZ 43.1 44.76 42.44 -
YUV 178.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 187 177 166 0 0.05 0.11 0.27 31.43 0.13 0.69
Hex BB B1 A6 0 5 B 1B 1F D 45
Octal 273 261 246 0 5 13 33 37 15 105
Binary 10111011 10110001 10100110 0 101 1011 11011 11111 1101 1000101

Color Harmonies of #BBB1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB1A6

Black with #BBB1A6

Text Example


Text Example

White with #BBB1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB1A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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