#B6BBAE

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

Shades of Tasman #B6BBAE

Tints of Tasman #B6BBAE

Color information

#B6BBAE (or 0xB6BBAE) is unknown color: approx Tasman. HEX triplet: B6, BB and AE. RGB value is (182,187,174). Sum of RGB (Red+Green+Blue) = 182+187+174=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BBAE is #494451. Grayscale: #B8B8B8. Windows color (decimal): -4801618 or 11451318. OLE color: 11451318.

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

Color convert

RGB182187174-
CMYK0.0300.070.27
HSL83.08º8.72%70.78%-
HSV(B)83.08º6.95%73.33%-
XYZ44.748.5447.06-
YUV184.02122.34126.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.52%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=33.52%
G=34.44%
B=32.04%

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
Decimal1821871740.0300.070.2783.088.7270.78
HexB6BBAE3071B53947
Octal2662732563073312311107
Binary10110110101110111010111011011111011101001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BBAE; }

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

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

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

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

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

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

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

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