#B8BDBA

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

Shades of Nebula #B8BDBA

Tints of Nebula #B8BDBA

Color information

#B8BDBA (or 0xB8BDBA) is unknown color: approx Nebula. HEX triplet: B8, BD and BA. RGB value is (184,189,186). Sum of RGB (Red+Green+Blue) = 184+189+186=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BDBA is #474245. Grayscale: #BBBBBB. Windows color (decimal): -4670022 or 12238264. OLE color: 12238264.

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

Color convert

RGB184189186-
CMYK0.0300.020.26
HSL144º3.65%73.14%-
HSV(B)144º2.65%74.12%-
XYZ46.8350.1353.66-
YUV187.16127.34125.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.92%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=32.92%
G=33.81%
B=33.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841891860.0300.020.261443.6573.14
HexB8BDBA3021A90449
Octal270275272302322204111
Binary1011100010111101101110101101011010100100001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BDBA; }

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

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

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

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

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

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

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

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