#B7C5BD

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

Shades of Nebula #B7C5BD

Tints of Nebula #B7C5BD

Color information

#B7C5BD (or 0xB7C5BD) is unknown color: approx Nebula. HEX triplet: B7, C5 and BD. RGB value is (183,197,189). Sum of RGB (Red+Green+Blue) = 183+197+189=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C5BD is #483A42. Grayscale: #BFBFBF. Windows color (decimal): -4733507 or 12436919. OLE color: 12436919.

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

Color convert

RGB183197189-
CMYK0.0700.040.23
HSL145.71º10.77%74.51%-
HSV(B)145.71º7.11%77.25%-
XYZ48.6853.6755.94-
YUV191.9126.36121.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.16%
GREEN value IS 197 (77.34% from 255) = 34.62%
BLUE value IS 189 (74.22% from 255) = 33.22%
R=32.16%
G=34.62%
B=33.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831971890.0700.040.23145.7110.7774.51
HexB7C5BD7041792b4b
Octal2673052757042722213113
Binary1011011111000101101111011110100101111001001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C5BD; }

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

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

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

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

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

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

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

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