#B5BCAD

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

Shades of Tasman #B5BCAD

Tints of Tasman #B5BCAD

Color information

#B5BCAD (or 0xB5BCAD) is unknown color: approx Tasman. HEX triplet: B5, BC and AD. RGB value is (181,188,173). Sum of RGB (Red+Green+Blue) = 181+188+173=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BCAD is #4A4352. Grayscale: #B8B8B8. Windows color (decimal): -4866899 or 11386037. OLE color: 11386037.

HSL color Cylindrical-coordinate representation of color #B5BCAD: hue angle of 88º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5BCAD is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB181188173-
CMYK0.0400.080.26
HSL88º10.07%70.78%-
HSV(B)88º7.98%73.73%-
XYZ44.5848.8146.61-
YUV184.2121.68125.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.39%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=33.39%
G=34.69%
B=31.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811881730.0400.080.268810.0770.78
HexB5BCAD4081A58a47
Octal26527425540103213012107
Binary1011010110111100101011011000100011010101100010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BCAD; }

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

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

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

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

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

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

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

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