#B4BAAE

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

Shades of Tasman #B4BAAE

Tints of Tasman #B4BAAE

Color information

#B4BAAE (or 0xB4BAAE) is unknown color: approx Tasman. HEX triplet: B4, BA and AE. RGB value is (180,186,174). Sum of RGB (Red+Green+Blue) = 180+186+174=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BAAE is #4B4551. Grayscale: #B6B6B6. Windows color (decimal): -4932946 or 11451060. OLE color: 11451060.

HSL color Cylindrical-coordinate representation of color #B4BAAE: hue angle of 90º 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 #B4BAAE is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB180186174-
CMYK0.0300.060.27
HSL90º8%70.59%-
HSV(B)90º6.45%72.94%-
XYZ44.0247.8846.97-
YUV182.84123.01125.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=33.33%
G=34.44%
B=32.22%

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
Decimal1801861740.0300.060.2790870.59
HexB4BAAE3061B5a847
Octal2642722563063313210107
Binary10110100101110101010111011011011011101101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BAAE; }

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

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

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

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

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

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

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

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