#B9BDBA

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

Shades of Nebula #B9BDBA

Tints of Nebula #B9BDBA

Color information

#B9BDBA (or 0xB9BDBA) is unknown color: approx Nebula. HEX triplet: B9, BD and BA. RGB value is (185,189,186). Sum of RGB (Red+Green+Blue) = 185+189+186=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDBA is #464245. Grayscale: #BBBBBB. Windows color (decimal): -4604486 or 12238265. OLE color: 12238265.

HSL color Cylindrical-coordinate representation of color #B9BDBA: hue angle of 135º degrees, saturation: 0.03, 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 #B9BDBA is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB185189186-
CMYK0.0200.020.26
HSL135º2.94%73.33%-
HSV(B)135º2.12%74.12%-
XYZ47.0750.2553.67-
YUV187.46127.17126.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=33.04%
G=33.75%
B=33.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851891860.0200.020.261352.9473.33
HexB9BDBA2021A87349
Octal271275272202322073111
Binary101110011011110110111010100101101010000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDBA; }

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

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

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

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

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

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

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

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