#B6BEAE

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

Shades of Tasman #B6BEAE

Tints of Tasman #B6BEAE

Color information

#B6BEAE (or 0xB6BEAE) is unknown color: approx Tasman. HEX triplet: B6, BE and AE. RGB value is (182,190,174). Sum of RGB (Red+Green+Blue) = 182+190+174=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BEAE is #494151. Grayscale: #B9B9B9. Windows color (decimal): -4800850 or 11452086. OLE color: 11452086.

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

Color convert

RGB182190174-
CMYK0.0400.080.25
HSL90º10.96%71.37%-
HSV(B)90º8.42%74.51%-
XYZ45.3449.8347.27-
YUV185.78121.35125.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=33.33%
G=34.80%
B=31.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821901740.0400.080.259010.9671.37
HexB6BEAE408195ab47
Octal26627625640103113213107
Binary1011011010111110101011101000100011001101101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BEAE; }

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

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

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

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

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

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

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

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