#B5BEAA

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

Shades of Tasman #B5BEAA

Tints of Tasman #B5BEAA

Color information

#B5BEAA (or 0xB5BEAA) is unknown color: approx Tasman. HEX triplet: B5, BE and AA. RGB value is (181,190,170). Sum of RGB (Red+Green+Blue) = 181+190+170=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BEAA is #4A4155. Grayscale: #B9B9B9. Windows color (decimal): -4866390 or 11189941. OLE color: 11189941.

HSL color Cylindrical-coordinate representation of color #B5BEAA: hue angle of 87º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5BEAA is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB181190170-
CMYK0.0500.110.25
HSL87º13.33%70.59%-
HSV(B)87º10.53%74.51%-
XYZ44.7349.5545.24-
YUV185.03119.52125.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.46%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=33.46%
G=35.12%
B=31.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811901700.0500.110.258713.3370.59
HexB5BEAA50B1957d47
Octal26527625250133112715107
Binary1011010110111110101010101010101111001101011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BEAA; }

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

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

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

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

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

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

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

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