Html Css Color HEX #B9BDBA Nebula

📋 copy color: '#B9BDBA'

red 185 ◦ green 189 ◦ blue 186

#B9BDBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #B9BDBA

Tints of Nebula #B9BDBA

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 value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#B9BDBA (or 0xB9BDBA) is known color: 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

RGB 185 189 186 -
CMYK 0.02 0 0.02 0.26
HSL 135º 0.03% 0.73% -
HSV(B) 135º 0.02% 0.74% -
XYZ 47.07 50.25 53.67 -
YUV 187.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 185 189 186 0.02 0 0.02 0.26 135 0.03 0.73
Hex B9 BD BA 2 0 2 1A 87 3 49
Octal 271 275 272 2 0 2 32 207 3 111
Binary 10111001 10111101 10111010 10 0 10 11010 10000111 11 1001001

Color Harmonies of #B9BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDBA

Black with #B9BDBA

Text Example


Text Example

White with #B9BDBA

Text Example


Text Example

HTML Codes & Css Web 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>