#B9BCB4

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

Shades of Tasman #B9BCB4

Tints of Tasman #B9BCB4

Color information

#B9BCB4 (or 0xB9BCB4) is unknown color: approx Tasman. HEX triplet: B9, BC and B4. RGB value is (185,188,180). Sum of RGB (Red+Green+Blue) = 185+188+180=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCB4 is #46434B. Grayscale: #BABABA. Windows color (decimal): -4604748 or 11844793. OLE color: 11844793.

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

Color convert

RGB185188180-
CMYK0.0200.040.26
HSL82.5º5.63%72.16%-
HSV(B)82.5º4.26%73.73%-
XYZ46.2349.5850.31-
YUV186.19124.51127.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 180 (70.70% from 255) = 32.55%
R=33.45%
G=34.00%
B=32.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851881800.0200.040.2682.55.6372.16
HexB9BCB42041A52648
Octal271274264204321226110
Binary1011100110111100101101001001001101010100101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCB4; }

 p { color: rgb(185,188,180); }

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

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

 a { background-color: rgb(185,188,180); }

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

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

 span { border-color: rgb(185,188,180); }

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