#B3C7BA

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

Shades of Nebula #B3C7BA

Tints of Nebula #B3C7BA

Color information

#B3C7BA (or 0xB3C7BA) is unknown color: approx Nebula. HEX triplet: B3, C7 and BA. RGB value is (179,199,186). Sum of RGB (Red+Green+Blue) = 179+199+186=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 199 - color contains mainly: green. Hex color #B3C7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C7BA is #4C3845. Grayscale: #BFBFBF. Windows color (decimal): -4995142 or 12240819. OLE color: 12240819.

HSL color Cylindrical-coordinate representation of color #B3C7BA: hue angle of 141º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3C7BA is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB179199186-
CMYK0.1000.070.22
HSL141º15.15%74.12%-
HSV(B)141º10.05%78.04%-
XYZ47.8853.9854.35-
YUV191.54124.87119.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.74%
GREEN value IS 199 (78.12% from 255) = 35.28%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=31.74%
G=35.28%
B=32.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791991860.1000.070.2214115.1574.12
HexB3C7BAA07168df4a
Octal26330727212072621517112
Binary10110011110001111011101010100111101101000110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C7BA; }

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

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

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

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

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

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

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

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