#B3C3BA

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

Shades of Nebula #B3C3BA

Tints of Nebula #B3C3BA

Color information

#B3C3BA (or 0xB3C3BA) is unknown color: approx Nebula. HEX triplet: B3, C3 and BA. RGB value is (179,195,186). Sum of RGB (Red+Green+Blue) = 179+195+186=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C3BA is #4C3C45. Grayscale: #BDBDBD. Windows color (decimal): -4996166 or 12239795. OLE color: 12239795.

HSL color Cylindrical-coordinate representation of color #B3C3BA: hue angle of 146.25º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3C3BA is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB179195186-
CMYK0.0800.050.24
HSL146.25º11.76%73.33%-
HSV(B)146.25º8.21%76.47%-
XYZ46.9752.1654.05-
YUV189.19126.2120.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.96%
GREEN value IS 195 (76.56% from 255) = 34.82%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=31.96%
G=34.82%
B=33.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791951860.0800.050.24146.2511.7673.33
HexB3C3BA8051892c49
Octal26330327210053022214111
Binary10110011110000111011101010000101110001001001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C3BA; }

 p { color: rgb(179,195,186); }

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

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

 a { background-color: rgb(179,195,186); }

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

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

 span { border-color: rgb(179,195,186); }

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