#B5BCAE

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

Shades of Tasman #B5BCAE

Tints of Tasman #B5BCAE

Color information

#B5BCAE (or 0xB5BCAE) is unknown color: approx Tasman. HEX triplet: B5, BC and AE. RGB value is (181,188,174). Sum of RGB (Red+Green+Blue) = 181+188+174=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BCAE is #4A4351. Grayscale: #B8B8B8. Windows color (decimal): -4866898 or 11451573. OLE color: 11451573.

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

Color convert

RGB181188174-
CMYK0.0400.070.26
HSL90º9.46%70.98%-
HSV(B)90º7.45%73.73%-
XYZ44.6848.8547.12-
YUV184.31122.18125.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=33.33%
G=34.62%
B=32.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811881740.0400.070.26909.4670.98
HexB5BCAE4071A5a947
Octal2652742564073213211107
Binary101101011011110010101110100011111010101101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BCAE; }

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

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

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

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

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

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

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

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