#B9C0BB

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

Shades of Nebula #B9C0BB

Tints of Nebula #B9C0BB

Color information

#B9C0BB (or 0xB9C0BB) is unknown color: approx Nebula. HEX triplet: B9, C0 and BB. RGB value is (185,192,187). Sum of RGB (Red+Green+Blue) = 185+192+187=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C0BB is #463F44. Grayscale: #BDBDBD. Windows color (decimal): -4603717 or 12304569. OLE color: 12304569.

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

Color convert

RGB185192187-
CMYK0.0400.030.25
HSL137.14º5.26%73.92%-
HSV(B)137.14º3.65%75.29%-
XYZ47.8351.654.45-
YUV189.34126.68124.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.80%
GREEN value IS 192 (75.39% from 255) = 34.04%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=32.80%
G=34.04%
B=33.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851921870.0400.030.25137.145.2673.92
HexB9C0BB403198954a
Octal271300273403312115112
Binary10111001110000001011101110001111001100010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C0BB; }

 p { color: rgb(185,192,187); }

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

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

 a { background-color: rgb(185,192,187); }

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

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

 span { border-color: rgb(185,192,187); }

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