#B9C7BD

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

Shades of Nebula #B9C7BD

Tints of Nebula #B9C7BD

Color information

#B9C7BD (or 0xB9C7BD) is unknown color: approx Nebula. HEX triplet: B9, C7 and BD. RGB value is (185,199,189). Sum of RGB (Red+Green+Blue) = 185+199+189=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C7BD is #463842. Grayscale: #C1C1C1. Windows color (decimal): -4601923 or 12437433. OLE color: 12437433.

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

Color convert

RGB185199189-
CMYK0.0700.050.22
HSL137.14º11.11%75.29%-
HSV(B)137.14º7.04%78.04%-
XYZ49.6254.8456.11-
YUV193.67125.36121.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.29%
GREEN value IS 199 (78.12% from 255) = 34.73%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=32.29%
G=34.73%
B=32.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851991890.0700.050.22137.1411.1175.29
HexB9C7BD7051689b4b
Octal2713072757052621113113
Binary1011100111000111101111011110101101101000100110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C7BD; }

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

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

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

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

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

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

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

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