#B9BCBA

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

Shades of Nebula #B9BCBA

Tints of Nebula #B9BCBA

Color information

#B9BCBA (or 0xB9BCBA) is unknown color: approx Nebula. HEX triplet: B9, BC and BA. RGB value is (185,188,186). Sum of RGB (Red+Green+Blue) = 185+188+186=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCBA is #464345. Grayscale: #BABABA. Windows color (decimal): -4604742 or 12238009. OLE color: 12238009.

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

Color convert

RGB185188186-
CMYK0.0200.010.26
HSL140º2.19%73.14%-
HSV(B)140º1.6%73.73%-
XYZ46.8549.8353.6-
YUV186.88127.51126.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=33.09%
G=33.63%
B=33.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851881860.0200.010.261402.1973.14
HexB9BCBA2011A8c249
Octal271274272201322142111
Binary10111001101111001011101010011101010001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCBA; }

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

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

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

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

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

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

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

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