#B9C5BD

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

Shades of Nebula #B9C5BD

Tints of Nebula #B9C5BD

Color information

#B9C5BD (or 0xB9C5BD) is unknown color: approx Nebula. HEX triplet: B9, C5 and BD. RGB value is (185,197,189). Sum of RGB (Red+Green+Blue) = 185+197+189=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C5BD is #463A42. Grayscale: #C0C0C0. Windows color (decimal): -4602435 or 12436921. OLE color: 12436921.

HSL color Cylindrical-coordinate representation of color #B9C5BD: hue angle of 140º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B9C5BD is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB185197189-
CMYK0.0600.040.23
HSL140º9.38%74.9%-
HSV(B)140º6.09%77.25%-
XYZ49.1653.9255.96-
YUV192.5126.02122.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.40%
GREEN value IS 197 (77.34% from 255) = 34.50%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=32.40%
G=34.50%
B=33.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851971890.0600.040.231409.3874.9
HexB9C5BD604178c94b
Octal2713052756042721411113
Binary1011100111000101101111011100100101111000110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C5BD; }

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

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

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

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

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

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

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

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