Html Css Color HEX #BBB2AD Tide

📋 copy color: '#BBB2AD'

red 187 ◦ green 178 ◦ blue 173

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

Shades of Tide #BBB2AD

Tints of Tide #BBB2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.16%

R = 34.76%
G = 33.09%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BBB2AD (or 0xBBB2AD) is known color: Tide. HEX triplet: BB, B2 and AD. RGB value is (187,178,173). Sum of RGB (Red+Green+Blue) = 187+178+173=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB2AD is #444D52. Grayscale: #B4B4B4. Windows color (decimal): -4476243 or 11383483. OLE color: 11383483.

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

Color convert

RGB 187 178 173 -
CMYK 0 0.05 0.07 0.27
HSL 21.43º 0.09% 0.71% -
HSV(B) 21.43º 0.07% 0.73% -
XYZ 43.96 45.42 45.99 -
YUV 180.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 187 178 173 0 0.05 0.07 0.27 21.43 0.09 0.71
Hex BB B2 AD 0 5 7 1B 15 9 47
Octal 273 262 255 0 5 7 33 25 11 107
Binary 10111011 10110010 10101101 0 101 111 11011 10101 1001 1000111

Color Harmonies of #BBB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB2AD

Black with #BBB2AD

Text Example


Text Example

White with #BBB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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