#B0C5B9

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

Shades of Nebula #B0C5B9

Tints of Nebula #B0C5B9

Color information

#B0C5B9 (or 0xB0C5B9) is unknown color: approx Nebula. HEX triplet: B0, C5 and B9. RGB value is (176,197,185). Sum of RGB (Red+Green+Blue) = 176+197+185=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C5B9 is #4F3A46. Grayscale: #BDBDBD. Windows color (decimal): -5192263 or 12174768. OLE color: 12174768.

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

Color convert

RGB176197185-
CMYK0.1100.060.23
HSL145.71º15.33%73.14%-
HSV(B)145.71º10.66%77.25%-
XYZ46.6352.6753.61-
YUV189.35125.54118.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.54%
GREEN value IS 197 (77.34% from 255) = 35.30%
BLUE value IS 185 (72.66% from 255) = 33.15%
R=31.54%
G=35.30%
B=33.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761971850.1100.060.23145.7115.3373.14
HexB0C5B9B061792f49
Octal26030527113062722217111
Binary10110000110001011011100110110110101111001001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C5B9; }

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

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

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

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

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

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

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

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