Html Css Color HEX #B5BBAA Tasman

📋 copy color: '#B5BBAA'

red 181 ◦ green 187 ◦ blue 170

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

Shades of Tasman #B5BBAA

Tints of Tasman #B5BBAA

RGB

 RED value IS 181 (71.09% from 255) = 33.64%

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

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

R = 33.64%
G = 34.76%
B = 31.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B5BBAA (or 0xB5BBAA) is known color: Tasman. HEX triplet: B5, BB and AA. RGB value is (181,187,170). Sum of RGB (Red+Green+Blue) = 181+187+170=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BBAA is #4A4455. Grayscale: #B7B7B7. Windows color (decimal): -4867158 or 11189173. OLE color: 11189173.

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

Color convert

RGB 181 187 170 -
CMYK 0.03 0 0.09 0.27
HSL 81.18º 0.11% 0.7% -
HSV(B) 81.18º 0.09% 0.73% -
XYZ 44.08 48.27 45.02 -
YUV 183.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 181 187 170 0.03 0 0.09 0.27 81.18 0.11 0.7
Hex B5 BB AA 3 0 9 1B 51 B 46
Octal 265 273 252 3 0 11 33 121 13 106
Binary 10110101 10111011 10101010 11 0 1001 11011 1010001 1011 1000110

Color Harmonies of #B5BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BBAA

Black with #B5BBAA

Text Example


Text Example

White with #B5BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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