#B5BBAE

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

Shades of Tasman #B5BBAE

Tints of Tasman #B5BBAE

Color information

#B5BBAE (or 0xB5BBAE) is unknown color: approx Tasman. HEX triplet: B5, BB and AE. RGB value is (181,187,174). Sum of RGB (Red+Green+Blue) = 181+187+174=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BBAE is #4A4451. Grayscale: #B7B7B7. Windows color (decimal): -4867154 or 11451317. OLE color: 11451317.

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

Color convert

RGB181187174-
CMYK0.0300.070.27
HSL87.69º8.72%70.78%-
HSV(B)87.69º6.95%73.33%-
XYZ44.4748.4247.05-
YUV183.72122.51126.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.39%
GREEN value IS 187 (73.44% from 255) = 34.50%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=33.39%
G=34.50%
B=32.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811871740.0300.070.2787.698.7270.78
HexB5BBAE3071B58947
Octal2652732563073313011107
Binary10110101101110111010111011011111011101100010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BBAE; }

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

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

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

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

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

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

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

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