#B9BEAE

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

Shades of Tasman #B9BEAE

Tints of Tasman #B9BEAE

Color information

#B9BEAE (or 0xB9BEAE) is unknown color: approx Tasman. HEX triplet: B9, BE and AE. RGB value is (185,190,174). Sum of RGB (Red+Green+Blue) = 185+190+174=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BEAE is #464151. Grayscale: #BABABA. Windows color (decimal): -4604242 or 11452089. OLE color: 11452089.

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

Color convert

RGB185190174-
CMYK0.0300.080.25
HSL78.75º10.96%71.37%-
HSV(B)78.75º8.42%74.51%-
XYZ46.0650.247.31-
YUV186.68120.84126.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=33.70%
G=34.61%
B=31.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851901740.0300.080.2578.7510.9671.37
HexB9BEAE308194fb47
Octal27127625630103111713107
Binary101110011011111010101110110100011001100111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BEAE; }

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

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

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

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

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

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

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

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