#B5BDAB

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

Shades of Tasman #B5BDAB

Tints of Tasman #B5BDAB

Color information

#B5BDAB (or 0xB5BDAB) is unknown color: approx Tasman. HEX triplet: B5, BD and AB. RGB value is (181,189,171). Sum of RGB (Red+Green+Blue) = 181+189+171=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BDAB is #4A4254. Grayscale: #B8B8B8. Windows color (decimal): -4866645 or 11255221. OLE color: 11255221.

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

Color convert

RGB181189171-
CMYK0.0400.100.26
HSL86.67º12%70.59%-
HSV(B)86.67º9.52%74.12%-
XYZ44.649.1645.67-
YUV184.56120.35125.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.46%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=33.46%
G=34.94%
B=31.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811891710.0400.100.2686.671270.59
HexB5BDAB40A1A57c47
Octal26527525340123212714107
Binary1011010110111101101010111000101011010101011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BDAB; }

 p { color: rgb(181,189,171); }

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

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

 a { background-color: rgb(181,189,171); }

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

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

 span { border-color: rgb(181,189,171); }

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