#B5BBAD

Color #B5BBAD Tasman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tasman #B5BBAD

Tints of Tasman #B5BBAD

Color information

#B5BBAD (or 0xB5BBAD) is unknown color: approx Tasman. HEX triplet: B5, BB and AD. RGB value is (181,187,173). Sum of RGB (Red+Green+Blue) = 181+187+173=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BBAD is #4A4452. Grayscale: #B7B7B7. Windows color (decimal): -4867155 or 11385781. OLE color: 11385781.

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

Color convert

RGB181187173-
CMYK0.0300.070.27
HSL85.71º9.33%70.59%-
HSV(B)85.71º7.49%73.33%-
XYZ44.3748.3846.54-
YUV183.61122.01126.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.46%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=33.46%
G=34.57%
B=31.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811871730.0300.070.2785.719.3370.59
HexB5BBAD3071B56947
Octal2652732553073312611107
Binary10110101101110111010110111011111011101011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BBAD; }

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

 H1.HeaderClassName
 {
   color: #B5BBAD;
 }
 .AnyTagClassName
 {
   color: #B5BBAD;
 }
</style>
background-color css

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

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

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

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

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

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