#B6BDAE

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

Shades of Tasman #B6BDAE

Tints of Tasman #B6BDAE

Color information

#B6BDAE (or 0xB6BDAE) is unknown color: approx Tasman. HEX triplet: B6, BD and AE. RGB value is (182,189,174). Sum of RGB (Red+Green+Blue) = 182+189+174=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BDAE is #494251. Grayscale: #B9B9B9. Windows color (decimal): -4801106 or 11451830. OLE color: 11451830.

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

Color convert

RGB182189174-
CMYK0.0400.080.26
HSL88º10.2%71.18%-
HSV(B)88º7.94%74.12%-
XYZ45.1349.447.2-
YUV185.2121.68125.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.39%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=33.39%
G=34.68%
B=31.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821891740.0400.080.268810.271.18
HexB6BDAE4081A58a47
Octal26627525640103213012107
Binary1011011010111101101011101000100011010101100010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDAE; }

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

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

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

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

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

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

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

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