#B3C5B9

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

Shades of Nebula #B3C5B9

Tints of Nebula #B3C5B9

Color information

#B3C5B9 (or 0xB3C5B9) is unknown color: approx Nebula. HEX triplet: B3, C5 and B9. RGB value is (179,197,185). Sum of RGB (Red+Green+Blue) = 179+197+185=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C5B9 is #4C3A46. Grayscale: #BEBEBE. Windows color (decimal): -4995655 or 12174771. OLE color: 12174771.

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

Color convert

RGB179197185-
CMYK0.0900.060.23
HSL140º13.43%73.73%-
HSV(B)140º9.14%77.25%-
XYZ47.3153.0253.64-
YUV190.25125.04119.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.91%
GREEN value IS 197 (77.34% from 255) = 35.12%
BLUE value IS 185 (72.66% from 255) = 32.98%
R=31.91%
G=35.12%
B=32.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791971850.0900.060.2314013.4373.73
HexB3C5B9906178cd4a
Octal26330527111062721415112
Binary10110011110001011011100110010110101111000110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C5B9; }

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

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

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

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

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

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

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

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