#B3C9BC

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

Shades of Nebula #B3C9BC

Tints of Nebula #B3C9BC

Color information

#B3C9BC (or 0xB3C9BC) is unknown color: approx Nebula. HEX triplet: B3, C9 and BC. RGB value is (179,201,188). Sum of RGB (Red+Green+Blue) = 179+201+188=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C9BC is #4C3643. Grayscale: #C0C0C0. Windows color (decimal): -4994628 or 12372403. OLE color: 12372403.

HSL color Cylindrical-coordinate representation of color #B3C9BC: hue angle of 144.55º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3C9BC is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB179201188-
CMYK0.1100.060.21
HSL144.55º16.92%74.51%-
HSV(B)144.55º10.95%78.82%-
XYZ48.5554.9955.63-
YUV192.94125.21118.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.51%
GREEN value IS 201 (78.91% from 255) = 35.39%
BLUE value IS 188 (73.83% from 255) = 33.10%
R=31.51%
G=35.39%
B=33.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792011880.1100.060.21144.5516.9274.51
HexB3C9BCB061591114b
Octal26331127413062522121113
Binary101100111100100110111100101101101010110010001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C9BC; }

 p { color: rgb(179,201,188); }

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

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

 a { background-color: rgb(179,201,188); }

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

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

 span { border-color: rgb(179,201,188); }

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