#B9BEB1

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

Shades of Tasman #B9BEB1

Tints of Tasman #B9BEB1

Color information

#B9BEB1 (or 0xB9BEB1) is unknown color: approx Tasman. HEX triplet: B9, BE and B1. RGB value is (185,190,177). Sum of RGB (Red+Green+Blue) = 185+190+177=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BEB1 is #46414E. Grayscale: #BBBBBB. Windows color (decimal): -4604239 or 11648697. OLE color: 11648697.

HSL color Cylindrical-coordinate representation of color #B9BEB1: hue angle of 83.08º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9BEB1 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB185190177-
CMYK0.0300.070.25
HSL83.08º9.09%71.96%-
HSV(B)83.08º6.84%74.51%-
XYZ46.3650.3248.86-
YUV187.02122.34126.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.51%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 177 (69.53% from 255) = 32.07%
R=33.51%
G=34.42%
B=32.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851901770.0300.070.2583.089.0971.96
HexB9BEB13071953948
Octal2712762613073112311110
Binary10111001101111101011000111011111001101001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BEB1; }

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

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

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

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

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

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

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

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