#B5BAAE

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

Shades of Tasman #B5BAAE

Tints of Tasman #B5BAAE

Color information

#B5BAAE (or 0xB5BAAE) is unknown color: approx Tasman. HEX triplet: B5, BA and AE. RGB value is (181,186,174). Sum of RGB (Red+Green+Blue) = 181+186+174=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BAAE is #4A4551. Grayscale: #B7B7B7. Windows color (decimal): -4867410 or 11451061. OLE color: 11451061.

HSL color Cylindrical-coordinate representation of color #B5BAAE: hue angle of 85º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5BAAE is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB181186174-
CMYK0.0300.060.27
HSL85º8%70.59%-
HSV(B)85º6.45%72.94%-
XYZ44.254846.98-
YUV183.14122.84126.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.46%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=33.46%
G=34.38%
B=32.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811861740.0300.060.2785870.59
HexB5BAAE3061B55847
Octal2652722563063312510107
Binary10110101101110101010111011011011011101010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BAAE; }

 p { color: rgb(181,186,174); }

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

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

 a { background-color: rgb(181,186,174); }

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

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

 span { border-color: rgb(181,186,174); }

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