#B5BDAA

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

Shades of Tasman #B5BDAA

Tints of Tasman #B5BDAA

Color information

#B5BDAA (or 0xB5BDAA) is unknown color: approx Tasman. HEX triplet: B5, BD and AA. RGB value is (181,189,170). Sum of RGB (Red+Green+Blue) = 181+189+170=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BDAA is #4A4255. Grayscale: #B8B8B8. Windows color (decimal): -4866646 or 11189685. OLE color: 11189685.

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

Color convert

RGB181189170-
CMYK0.0400.100.26
HSL85.26º12.58%70.39%-
HSV(B)85.26º10.05%74.12%-
XYZ44.5149.1245.17-
YUV184.44119.85125.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.52%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=33.52%
G=35%
B=31.48%

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
Decimal1811891700.0400.100.2685.2612.5870.39
HexB5BDAA40A1A55d46
Octal26527525240123212515106
Binary1011010110111101101010101000101011010101010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BDAA; }

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

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

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

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

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

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

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

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